mirror of https://github.com/acidanthera/audk.git
Fix an bug for PXE boot assert
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10291 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
50684330f5
commit
4431fdc802
|
@ -2231,8 +2231,6 @@ EfiPxeBcSetPackets (
|
|||
return EFI_NOT_STARTED;
|
||||
}
|
||||
|
||||
Private->FileSize = 0;
|
||||
|
||||
if (NewDhcpDiscoverValid != NULL) {
|
||||
Mode->DhcpDiscoverValid = *NewDhcpDiscoverValid;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue