mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcBootManagementLib: Avoid incorrect error propagation from the last entry scanned
This commit is contained in:
parent
9bcad3c87a
commit
d2c9149525
@ -310,6 +310,10 @@ OcScanForBootEntries (
|
||||
return EFI_OUT_OF_RESOURCES;
|
||||
}
|
||||
}
|
||||
//
|
||||
// Errors from within the loop are not fatal.
|
||||
//
|
||||
Status = EFI_SUCCESS;
|
||||
|
||||
FreePool (Handles);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user