Fix bug in Ip4Dxe and Dhcp4Dxe to ensure that RaiseTPL and RestoreTPL are in pair.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10790 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1241,7 +1241,8 @@ EfiIp4Configure (
|
||||
}
|
||||
|
||||
if (Current->UseDefaultAddress && IP4_NO_MAPPING (IpInstance)) {
|
||||
return EFI_NO_MAPPING;
|
||||
Status = EFI_NO_MAPPING;
|
||||
goto ON_EXIT;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user