]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3083. [bug] NOTIFY messages were not being sent when generating
authorMark Andrews <marka@isc.org>
Mon, 21 Mar 2011 01:17:14 +0000 (01:17 +0000)
committerMark Andrews <marka@isc.org>
Mon, 21 Mar 2011 01:17:14 +0000 (01:17 +0000)
                        a NSEC3 chain incrementally. [RT #23702]

CHANGES
lib/dns/zone.c

diff --git a/CHANGES b/CHANGES
index e108d44253c07c3dcab51a4a5f779e6331e7e6eb..dc1930103331cb097036c503749f7e0ef63fbb54 100644 (file)
--- a/CHANGES
+++ b/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]
 
index d2e298fbf825c7269da9f44ee0d7a58c19f6414a..de03fb3cde4127ee5b9ae87f0b48da95bf7bb4ff 100644 (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: