3083. [bug] NOTIFY messages were not being sent when generating

a NSEC3 chain incrementally. [RT #23702]
This commit is contained in:
Mark Andrews
2011-03-21 01:17:14 +00:00
parent cca5eba91f
commit a3f2db3629
2 changed files with 5 additions and 1 deletions

View File

@@ -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]

View File

@@ -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: