forked from TrueCloudLab/certificates
Fix missing return.
This commit is contained in:
parent
84a3c8c984
commit
50e9018a44
1 changed files with 1 additions and 1 deletions
|
@ -345,5 +345,5 @@ func findCertificate(ctx P11, rawuri string) (*x509.Certificate, error) {
|
|||
if cert == nil {
|
||||
return nil, errors.Errorf("certificate with uri %s not found", rawuri)
|
||||
}
|
||||
|
||||
return cert, nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue