mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-03 22:08:25 -04:00
DIFF_VALID to DNS_DIFF_VALID
This commit is contained in:
parent
152303bce0
commit
297377a502
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ temp_append(dns_diff_t *diff, dns_name_t *name, dns_rdata_t *rdata)
|
|||
dns_result_t result;
|
||||
dns_difftuple_t *tuple = NULL;
|
||||
|
||||
REQUIRE(VALID_DIFF(diff));
|
||||
REQUIRE(DNS_DIFF_VALID(diff));
|
||||
CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_EXISTS,
|
||||
name, 0, rdata, &tuple));
|
||||
ISC_LIST_APPEND(diff->tuples, tuple, link);
|
||||
|
|
|
|||
Loading…
Reference in a new issue