From c882bdc6712314f255c92d7c951eaf9760a9de38 Mon Sep 17 00:00:00 2001 From: Fu Siyuan Date: Tue, 12 Jul 2016 09:58:46 +0800 Subject: 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 --- MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MdeModulePkg') diff --git a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c index a20fdb7a84..0865ddd7cd 100644 --- a/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c +++ b/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcSupport.c @@ -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)); -- cgit v1.2.3