2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

remove a REQUIRE() I pasto-ed

This commit is contained in:
Michael Graff
1999-04-30 21:52:34 +00:00
parent 8d6024e7cf
commit 9440f8c902

View File

@@ -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;