mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 19:00:50 -04:00
dns_updatemethod_none is not appropriate for 9.10
This commit is contained in:
parent
cc38fe32c0
commit
6a905abeff
1 changed files with 0 additions and 2 deletions
|
|
@ -3811,8 +3811,6 @@ update_soa_serial(dns_db_t *db, dns_dbversion_t *ver, dns_diff_t *diff,
|
|||
isc_uint32_t serial;
|
||||
isc_result_t result;
|
||||
|
||||
INSIST(method != dns_updatemethod_none);
|
||||
|
||||
CHECK(dns_db_createsoatuple(db, ver, mctx, DNS_DIFFOP_DEL, &deltuple));
|
||||
CHECK(dns_difftuple_copy(deltuple, &addtuple));
|
||||
addtuple->op = DNS_DIFFOP_ADD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue