DbC in dns/acl.c

This commit is contained in:
Witold Kręcicki
2019-09-10 17:06:47 +02:00
committed by Ondřej Surý
parent 71c7a22923
commit eca3b578bb
+1
View File
@@ -182,6 +182,7 @@ dns_acl_match(const isc_netaddr_t *reqaddr,
isc_result_t result;
int match_num = -1;
unsigned int i;
INSIST(DNS_ACL_VALID(acl));
REQUIRE(reqaddr != NULL);
REQUIRE(matchelt == NULL || *matchelt == NULL);