]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
pullup:
authorAndreas Gustafsson <source@isc.org>
Tue, 17 Oct 2000 01:02:20 +0000 (01:02 +0000)
committerAndreas Gustafsson <source@isc.org>
Tue, 17 Oct 2000 01:02:20 +0000 (01:02 +0000)
 510.   [bug]           Remove spurious view notify warning. [RT #376]

CHANGES
lib/dns/config/confview.c

diff --git a/CHANGES b/CHANGES
index eb7bca6532a239f30e7c9e4a9fca06f7da8ac795..e1e48fd2c6041c58a18508e2dbdf67cbedc28429 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -21,6 +21,8 @@
  511.  [bug]           The message code could throw an assertion on an
                        out of memory failure. [RT #392]
 
+ 510.  [bug]           Remove spurious view notify warning. [RT #376]
+
  505.  [bug]           nsupdate was printing "unknown result code". [RT #373]
 
  498.  [doc]           There is now a man page for "dig" 
index ebe189cac84a2ea404654250fe7b9176c09d38a8..3020ed2495a875138c528c8b17913010d933a626 100644 (file)
@@ -15,7 +15,7 @@
  * SOFTWARE.
  */
 
-/* $Id: confview.c,v 1.36.2.1 2000/07/25 22:47:37 gson Exp $ */
+/* $Id: confview.c,v 1.36.2.2 2000/10/17 01:02:20 gson Exp $ */
 
 #include <config.h>
 
@@ -350,20 +350,6 @@ dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
                                      "view 'fetch-glue' is not yet "
                                      "implemented");
 
-
-               if (dns_c_view_getnotify(elem, &bbval) != ISC_R_NOTFOUND)
-                       isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
-                                     DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
-                                     "view 'notify' is not yet "
-                                     "implemented");
-
-
-               if (dns_c_view_getrfc2308type1(elem, &bbval) != ISC_R_NOTFOUND)
-                       isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
-                                     DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,
-                                     "view 'rfc2308-type1' is not yet "
-                                     "implemented");
-
                if (dns_c_view_getrfc2308type1(elem, &bbval) != ISC_R_NOTFOUND)
                        isc_log_write(dns_lctx,DNS_LOGCATEGORY_CONFIG,
                                      DNS_LOGMODULE_CONFIG, ISC_LOG_WARNING,