consider precedence
This commit is contained in:
kulikov-a 2022-11-23 21:20:42 +03:00 committed by GitHub
parent d55e5d50b6
commit 5cd36a1322
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -663,7 +663,7 @@ function is_openvpn_server_crl($crlref)
function is_crl_internal($crl)
{
return $crl["crlmethod"] ?? '' == "internal";
return ($crl["crlmethod"] ?? '') == "internal";
}
function cert_get_cn($crt, $isref = false)