blob: 59898a5107152106a00332b9308cb46fb5c788ca [file]
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;
}