Fix how GUID is passed to BlInvokeBootProtocol()
This commit is contained in:
parent
f4871801a7
commit
89caaa977e
@ -40,7 +40,7 @@ BlFindBootProtocol(IN PWCHAR SystemType,
|
|||||||
if(RtlCompareWideStringInsensitive(ProtocolEntry->SystemType, SystemType, 0) == 0)
|
if(RtlCompareWideStringInsensitive(ProtocolEntry->SystemType, SystemType, 0) == 0)
|
||||||
{
|
{
|
||||||
/* Boot protocol matched, return success */
|
/* Boot protocol matched, return success */
|
||||||
BootProtocolGuid = &ProtocolEntry->Guid;
|
*BootProtocolGuid = ProtocolEntry->Guid;
|
||||||
return STATUS_EFI_SUCCESS;
|
return STATUS_EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user