1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetSystemGuid()
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12019 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -1800,7 +1800,7 @@ EfiPxeBcSetParameters (
|
||||
}
|
||||
|
||||
if (NewSendGUID != NULL) {
|
||||
if (*NewSendGUID && EFI_ERROR (PxeBcGetSystemGuid (&SystemGuid))) {
|
||||
if (*NewSendGUID && EFI_ERROR (NetLibGetSystemGuid (&SystemGuid))) {
|
||||
return EFI_INVALID_PARAMETER;
|
||||
}
|
||||
Mode->SendGUID = *NewSendGUID;
|
||||
|
Reference in New Issue
Block a user