]> 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:42:12 +0000 (05:42 +0000)
committerMark Andrews <marka@isc.org>
Sat, 28 Aug 2004 05:42:12 +0000 (05:42 +0000)
                        [RT #12323]

CHANGES
bin/named/config.c

diff --git a/CHANGES b/CHANGES
index 9816750ebbe74d52a9c16ea699912ec9b83eb2a1..9bec73dc323cb6ebe0840d880914e88829ac949c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,7 +9,8 @@
 
 1703.  [placeholder]   rt12322
 
-1702.  [placeholder]   rt12323
+1702.  [bug]           also-notify should not be applied to builtin zones.
+                       [RT #12323]
 
 1701.  [doc]           A minimal named.conf man page.
 
index 4a9961940d96b353a49c9708e889a27cb7ca24a1..a5e8e2ace57c97bb320f98a25c191a5c7dbf12d9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: config.c,v 1.49 2004/04/20 14:11:46 marka Exp $ */
+/* $Id: config.c,v 1.50 2004/08/28 05:42:12 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\