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:
xdu2
2010-08-12 04:46:11 +00:00
parent bab26f79ff
commit ae0a0b06af
2 changed files with 8 additions and 6 deletions

View File

@@ -1241,7 +1241,8 @@ EfiIp4Configure (
}
if (Current->UseDefaultAddress && IP4_NO_MAPPING (IpInstance)) {
return EFI_NO_MAPPING;
Status = EFI_NO_MAPPING;
goto ON_EXIT;
}
}
}