mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-11 14:38:31 +00:00
Fix error path
This commit is contained in:
parent
a817d08425
commit
849eff34f4
@ -649,6 +649,8 @@ Pkcs7Verify (
|
||||
if (!Status) {
|
||||
return Status;
|
||||
}
|
||||
|
||||
Status = FALSE;
|
||||
|
||||
//
|
||||
// Retrieve PKCS#7 Data (DER encoding)
|
||||
|
Loading…
Reference in New Issue
Block a user