DbC in dns/acl.c

This commit is contained in:
Witold Kręcicki
2019-11-05 12:54:44 +01:00
parent 1464aa4439
commit 8979bc4152
+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);