summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index d6bfcb3a..38cc452a 100644
--- a/shim.c
+++ b/shim.c
@@ -2979,7 +2979,7 @@ efi_main (EFI_HANDLE passed_image_handle, EFI_SYSTEM_TABLE *passed_systab)
* Create the runtime MokIgnoreDB variable so the kernel can
* make use of it
*/
- efi_status = mok_ignore_db();
+ mok_ignore_db();
/*
* Hand over control to the second stage bootloader