mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 23:54:02 +02:00
MdeModulePkg: Fix build error in the PXE driver.
Fix the build error introduced by 0a28d02d9fb5293757c507e592a4d0404a7ecf74. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Fu Siyuan <siyuan.fu@intel.com>
This commit is contained in:
parent
07cae06597
commit
c882bdc671
@ -79,7 +79,7 @@ PxeBcConfigureUdpWriteInstance (
|
|||||||
|
|
||||||
Udp4CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
|
Udp4CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
|
||||||
Udp4CfgData.TypeOfService = ToS;
|
Udp4CfgData.TypeOfService = ToS;
|
||||||
Udp4CfgData.TimeToLive = TTL;
|
Udp4CfgData.TimeToLive = Ttl;
|
||||||
Udp4CfgData.AllowDuplicatePort = TRUE;
|
Udp4CfgData.AllowDuplicatePort = TRUE;
|
||||||
|
|
||||||
CopyMem (&Udp4CfgData.StationAddress, StationIp, sizeof (*StationIp));
|
CopyMem (&Udp4CfgData.StationAddress, StationIp, sizeof (*StationIp));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user