mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 11:32:05 -04:00
remove a REQUIRE() I pasto-ed
This commit is contained in:
parent
8d6024e7cf
commit
9440f8c902
1 changed files with 0 additions and 1 deletions
|
|
@ -305,7 +305,6 @@ dns_rdataset_towire(dns_rdataset_t *rdataset,
|
|||
} else {
|
||||
REQUIRE(result == DNS_R_SUCCESS);
|
||||
}
|
||||
REQUIRE(result == DNS_R_SUCCESS);
|
||||
REQUIRE(countp != NULL);
|
||||
|
||||
count = 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue