mirror of https://github.com/acidanthera/audk.git
MdeModulePkg: Fix build error in the PXE driver.
Fix the build error introduced by 0a28d02d9f
.
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…
Reference in New Issue