vici: Fixed crash when parsing cert_policy parameter

This commit is contained in:
Andreas Steffen
2018-06-22 08:52:09 +02:00
parent 782344e5e5
commit daf8ed210a
+1 -1
View File
@@ -1604,7 +1604,7 @@ CALLBACK(auth_li, bool,
{
parse_rule_t rules[] = {
{ "groups", parse_group, auth->cfg },
{ "cert_policy", parse_cert_policy, auth },
{ "cert_policy", parse_cert_policy, auth->cfg },
{ "certs", parse_certs, auth },
{ "cacerts", parse_cacerts, auth },
{ "pubkeys", parse_pubkeys, auth },