diff options
author | Thomas Frauendorfer | Miray Software <tf@miray.de> | 2020-08-06 12:28:46 +0200 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2020-09-09 16:08:58 -0400 |
commit | 6ba903a655040ffa544bb1979841608484c812fc (patch) | |
tree | e7169fbd19d075910b986b3b07c74b731b7e8ae2 /mok.c | |
parent | 936942795d6c2fbccb84d5f5b17a3f328737242a (diff) | |
download | efi-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; } |