* [patch] NetworkPkg: Correct one typo error in PXE driver.
@ 2016-11-30 8:31 Zhang Lubo
0 siblings, 0 replies; only message in thread
From: Zhang Lubo @ 2016-11-30 8:31 UTC (permalink / raw)
To: edk2-devel; +Cc: Ye Ting, Fu Siyuan, Wu Jiaxin
Correct the typo
from Private->Icmp6Token.Status = EFI_NOT_READY to
Private->IcmpToken.Status = EFI_NOT_READY
when start the PXE over IPv4.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
---
NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
index 0552174..5d63064 100644
--- a/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
+++ b/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
@@ -191,11 +191,11 @@ EfiPxeBcStart (
}
//
// Create event and set status for token to capture ICMP error message.
//
- Private->Icmp6Token.Status = EFI_NOT_READY;
+ Private->IcmpToken.Status = EFI_NOT_READY;
Status = gBS->CreateEvent (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
PxeBcIcmpErrorUpdate,
Private,
--
1.9.5.msysgit.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-11-30 8:32 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-30 8:31 [patch] NetworkPkg: Correct one typo error in PXE driver Zhang Lubo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox