From 91e5f5324eae88fd0da414c75fdc7c7d01ee9729 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 19 Oct 2017 11:11:14 -0400 Subject: shim: main(): Don't save the value from mok_ignore_db() We don't really care if setting MokIgnoreDB fails; don't save the return. Signed-off-by: Peter Jones --- shim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shim.c') 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 -- cgit v1.2.3