| diff --git a/mok.c b/mok.c | |
| index 2216e98..afee969 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; | |
| } |