mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch '465-missing-check-in-acl_test-c-unit-test' into 'master'
Resolve "Missing check in acl_test.c unit test" Closes #465 See merge request isc-projects/bind9!639
This commit is contained in:
commit
509d71e1aa
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ ATF_TC_BODY(dns_acl_isinsecure, tc) {
|
|||
ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
|
||||
|
||||
result = dns_acl_merge(notgeoip, geoip, false);
|
||||
ATF_REQUIRE_EQ(result, ISC_R_SUCCESS);
|
||||
#endif
|
||||
|
||||
ATF_CHECK(dns_acl_isinsecure(any)); /* any; */
|
||||
|
|
|
|||
Loading…
Reference in a new issue