From: Andreas Gustafsson Date: Tue, 17 Oct 2000 01:02:20 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.0.0^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3f00f0f72ce4f945cb6dfa93ad4787c6caa5fa1;p=thirdparty%2Fbind9.git pullup: 510. [bug] Remove spurious view notify warning. [RT #376] --- diff --git a/CHANGES b/CHANGES index eb7bca6532a..e1e48fd2c60 100644 --- 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" diff --git a/lib/dns/config/confview.c b/lib/dns/config/confview.c index ebe189cac84..3020ed2495a 100644 --- a/lib/dns/config/confview.c +++ b/lib/dns/config/confview.c @@ -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 @@ -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,