OcBootManagementLib: Add change forgotten from last commit

This commit is contained in:
Download-Fritz 2020-05-24 18:36:18 +02:00
parent afd982387b
commit 2f41d2abd1

View File

@ -390,7 +390,7 @@ OcGetAppleBootLoadedImage (
if (!EFI_ERROR (Status)
&& LoadedImage->FilePath != NULL
&& (OcGetBootDevicePathType (LoadedImage->FilePath, NULL) & OC_BOOT_APPLE_ANY) != 0) {
&& (OcGetBootDevicePathType (LoadedImage->FilePath, NULL, NULL) & OC_BOOT_APPLE_ANY) != 0) {
return LoadedImage;
}