mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:20:00 -04:00
[v9_9] typo
This commit is contained in:
parent
fcf31042f8
commit
74250ec617
1 changed files with 1 additions and 1 deletions
|
|
@ -423,7 +423,7 @@ subtract(isc_assertioncallback_t callback) {
|
|||
result = dns_db_subtractrdataset(db1, node, VERSION(callback),
|
||||
&rdataset, 0, NULL);
|
||||
if (callback != NULL)
|
||||
atf_tc_fail("dns_db_dns_db_subtractrdataset did not assert");
|
||||
atf_tc_fail("dns_db_subtractrdataset did not assert");
|
||||
ATF_REQUIRE_EQ(result, DNS_R_UNCHANGED);
|
||||
|
||||
dns_db_detachnode(db1, &node);
|
||||
|
|
|
|||
Loading…
Reference in a new issue