This commit is contained in:
Marc Mültin 2020-07-23 17:22:08 +01:00
commit 9239fe736d
1 changed files with 1 additions and 2 deletions

View File

@ -434,8 +434,7 @@ public final class SecurityUtils {
responseCode = verifyLeafCertificateAttributes(leafCertificate, pki);
if (responseCode.equals(ResponseCodeType.OK))
return responseCode;
if (!responseCode.equals(ResponseCodeType.OK)) return responseCode;
return ResponseCodeType.OK;
}