summaryrefslogtreecommitdiff
path: root/mok.c
diff options
context:
space:
mode:
authorThomas Frauendorfer | Miray Software <tf@miray.de>2020-08-06 12:28:46 +0200
committerPeter Jones <pjones@redhat.com>2020-09-09 16:08:58 -0400
commit6ba903a655040ffa544bb1979841608484c812fc (patch)
treee7169fbd19d075910b986b3b07c74b731b7e8ae2 /mok.c
parent936942795d6c2fbccb84d5f5b17a3f328737242a (diff)
downloadefi-boot-shim-15.1.tar.gz
efi-boot-shim-15.1.zip
Fix build error in mok.c15.1
Diffstat (limited to 'mok.c')
-rw-r--r--mok.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mok.c b/mok.c
index 2216e98b..afee9693 100644
--- a/mok.c
+++ b/mok.c
@@ -323,6 +323,7 @@ maybe_mirror_one_mok_variable(struct mok_state_variable *v, EFI_STATUS ret)
ret = efi_status;
perror(L"Could not create %s: %r\n", v->rtname,
efi_status);
+ }
}
return ret;
}