diff options
Diffstat (limited to 'lib/dns/aclconf.c')
-rw-r--r-- | lib/dns/aclconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/aclconf.c b/lib/dns/aclconf.c index 46116f91..7492fa5f 100644 --- a/lib/dns/aclconf.c +++ b/lib/dns/aclconf.c @@ -166,7 +166,7 @@ dns_acl_fromconfig(dns_c_ipmatchlist_t *caml, break; case dns_c_ipmatch_localnets: - de->type = dns_aclelementtype_localnets; + de->type = dns_aclelementtype_localnets; break; case dns_c_ipmatch_acl: de->type = dns_aclelementtype_nestedacl; |