mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 07:40:00 -04:00
Don't delete the NSEC3PARAM immediately
Wait until the new NSEC or NSEC3 chain is generated then it should be deleted.
This commit is contained in:
parent
b248574f93
commit
f3ae88d84e
1 changed files with 0 additions and 6 deletions
|
|
@ -1133,12 +1133,6 @@ dns_nsec3param_deletechains(dns_db_t *db, dns_dbversion_t *ver,
|
|||
dns_rdata_t private = DNS_RDATA_INIT;
|
||||
|
||||
dns_rdataset_current(&rdataset, &rdata);
|
||||
|
||||
CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_DEL, origin,
|
||||
rdataset.ttl, &rdata, &tuple));
|
||||
CHECK(do_one_tuple(&tuple, db, ver, diff));
|
||||
INSIST(tuple == NULL);
|
||||
|
||||
dns_nsec3param_toprivate(&rdata, &private, privatetype, buf,
|
||||
sizeof(buf));
|
||||
buf[2] = DNS_NSEC3FLAG_REMOVE;
|
||||
|
|
|
|||
Loading…
Reference in a new issue