mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-21 01:28:52 -04:00
3083. [bug] NOTIFY messages were not being sent when generating
a NSEC3 chain incrementally. [RT #23702]
This commit is contained in:
parent
cca5eba91f
commit
a3f2db3629
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
3083. [bug] NOTIFY messages were not being sent when generating
|
||||
a NSEC3 chain incrementally. [RT #23702]
|
||||
|
||||
3081. [bug] Failure of DNAME substitution did not return
|
||||
YXDOMAIN. [RT #23591]
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: zone.c,v 1.483.36.28 2011/03/11 10:49:57 marka Exp $ */
|
||||
/* $Id: zone.c,v 1.483.36.29 2011/03/21 01:17:14 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -5325,6 +5325,7 @@ zone_nsec3chain(dns_zone_t *zone) {
|
|||
|
||||
LOCK_ZONE(zone);
|
||||
zone_needdump(zone, DNS_DUMP_DELAY);
|
||||
DNS_ZONE_SETFLAG(zone, DNS_ZONEFLG_NEEDNOTIFY);
|
||||
UNLOCK_ZONE(zone);
|
||||
|
||||
done:
|
||||
|
|
|
|||
Loading…
Reference in a new issue