From: Mark Andrews Date: Sat, 28 Aug 2004 05:42:12 +0000 (+0000) Subject: 1702. [bug] also-notify should not be applied to builtin zones. X-Git-Tag: v9.3.0rc4~16^2~2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=5639d60b40db2051eb7e737d86635c621ffbfa12;p=thirdparty%2Fbind9.git 1702. [bug] also-notify should not be applied to builtin zones. [RT #12323] --- diff --git a/CHANGES b/CHANGES index 9816750ebbe..9bec73dc323 100644 --- 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. diff --git a/bin/named/config.c b/bin/named/config.c index 4a9961940d9..a5e8e2ace57 100644 --- a/bin/named/config.c +++ b/bin/named/config.c @@ -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 @@ -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\