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:
@@ -79,7 +79,7 @@ PxeBcConfigureUdpWriteInstance (
|
||||
|
||||
Udp4CfgData.ReceiveTimeout = PXEBC_DEFAULT_LIFETIME;
|
||||
Udp4CfgData.TypeOfService = ToS;
|
||||
Udp4CfgData.TimeToLive = TTL;
|
||||
Udp4CfgData.TimeToLive = Ttl;
|
||||
Udp4CfgData.AllowDuplicatePort = TRUE;
|
||||
|
||||
CopyMem (&Udp4CfgData.StationAddress, StationIp, sizeof (*StationIp));
|
||||
|
Reference in New Issue
Block a user