mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Change 3114 wasn't complete--needed to remove another call to
dns_db_resigned().
This commit is contained in:
parent
20d318b517
commit
2a4f494565
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
|||||||
3114. [bug] Retain signed RRSET if key is inactive and there is
|
3114. [bug] Retain expired RRSIGs in dynamic zones if key is
|
||||||
no replacement key. [RT #23136 task 1]
|
inactive and there is no replacement key. [RT #23136]
|
||||||
|
|
||||||
3113. [doc] Document the relationship between serial-query-rate
|
3113. [doc] Document the relationship between serial-query-rate
|
||||||
and NOTIFY messages.
|
and NOTIFY messages.
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: zone.c,v 1.605 2011/05/19 00:31:57 smann Exp $ */
|
/* $Id: zone.c,v 1.606 2011/05/19 04:28:33 each Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@ -5015,11 +5015,6 @@ zone_resigninc(dns_zone_t *zone) {
|
|||||||
/* XXXMPA increase number of RRsets signed pre call */
|
/* XXXMPA increase number of RRsets signed pre call */
|
||||||
if (covers == dns_rdatatype_soa || i++ > zone->signatures ||
|
if (covers == dns_rdatatype_soa || i++ > zone->signatures ||
|
||||||
resign > stop) {
|
resign > stop) {
|
||||||
/*
|
|
||||||
* Ensure that we don't loop resigning the SOA.
|
|
||||||
*/
|
|
||||||
if (covers == dns_rdatatype_soa)
|
|
||||||
dns_db_resigned(db, &rdataset, version);
|
|
||||||
dns_rdataset_disassociate(&rdataset);
|
dns_rdataset_disassociate(&rdataset);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user