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:
hhuan13 2010-03-19 13:57:46 +00:00
parent 50684330f5
commit 4431fdc802
1 changed files with 0 additions and 2 deletions

View File

@ -2231,8 +2231,6 @@ EfiPxeBcSetPackets (
return EFI_NOT_STARTED;
}
Private->FileSize = 0;
if (NewDhcpDiscoverValid != NULL) {
Mode->DhcpDiscoverValid = *NewDhcpDiscoverValid;
}