Fix return without clean

This commit is contained in:
Zhi Guan
2026-06-17 15:59:55 +08:00
parent 7ef784a9fc
commit 4831f5a549
6 changed files with 6 additions and 6 deletions

View File

@@ -552,7 +552,7 @@ bad:
crl_http_uri, crl_http_uri ? strlen(crl_http_uri) : 0,
crl_ldap_uri, crl_ldap_uri ? strlen(crl_ldap_uri) : 0) != 1) {
fprintf(stderr, "%s: set CRLDistributionPoints extension failure\n", prog);
return -1;
goto end;
}
}
if (inhibit_any_policy >= 0) {