mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-08 06:08:04 +00:00
Get rid of extra label.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
155a76bb86
commit
4a3013c76c
1
shim.c
1
shim.c
@ -1206,7 +1206,6 @@ EFI_STATUS init_grub(EFI_HANDLE image_handle)
|
|||||||
|
|
||||||
if (efi_status != EFI_SUCCESS)
|
if (efi_status != EFI_SUCCESS)
|
||||||
efi_status = start_image(image_handle, MOK_MANAGER);
|
efi_status = start_image(image_handle, MOK_MANAGER);
|
||||||
done:
|
|
||||||
|
|
||||||
return efi_status;
|
return efi_status;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user