]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1702. [bug] also-notify should not be applied to builtin zones.
authorMark Andrews <marka@isc.org>
Sat, 28 Aug 2004 05:41:42 +0000 (05:41 +0000)
committerMark Andrews <marka@isc.org>
Sat, 28 Aug 2004 05:41:42 +0000 (05:41 +0000)
                        [RT #12323]

CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index 94d76c78d6b202a9d68263ceb99ba068f4eaf944..2d80fd5fdc9aef83c6292c07d9218b63449baef9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,9 @@
 1706.  [bug]           'rndc stop' failed to cause zones to be flushed
                        sometimes. [RT #12328]
 
+1702.  [bug]           also-notify should not be applied to builtin zones.
+                       [RT #12323]
+
 1701.  [doc]           A minimal named.conf man page.
 
 1700.  [func]          nslookup is no longer to be treated as deprecated.
index 81d4b605b0c1d7f72af736ad797f11ca77a86943..75158c05eca3a10106631957da2c2319da88b857 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.11.2.4.8.27 2004/04/20 14:12:08 marka Exp $ */
+/* $Id: config.c,v 1.11.2.4.8.28 2004/08/28 05:41:42 marka Exp $ */
 
 #include <config.h>
 
@@ -163,6 +163,7 @@ options {\n\
 #\n\
 view \"_bind\" chaos {\n\
        recursion no;\n\
+       notify no;\n\
 \n\
        zone \"version.bind\" chaos {\n\
                type master;\n\