3083. [bug] NOTIFY messages were not being sent when generating
a NSEC3 chain incrementally. [RT #23702]
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user