2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

510. [bug] Remove spurious view notify warning. [RT #376]

This commit is contained in:
Mark Andrews
2000-10-10 01:17:30 +00:00
parent 2b4db0b6d4
commit 452d75b18f
2 changed files with 3 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
510. [bug] Remove spurious view notify warning. [RT #376]
509. [func] Add support for write of zone files on shutdown.
508. [func] dns_message_parse() can now do a best-effort

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: confview.c,v 1.48 2000/09/27 02:04:04 bwelling Exp $ */
/* $Id: confview.c,v 1.49 2000/10/10 01:17:30 marka Exp $ */
#include <config.h>
@@ -386,20 +386,6 @@ dns_c_viewtable_checkviews(dns_c_viewtable_t *viewtable) {
"view 'fetch-glue' is not yet "
"implemented");
if (dns_c_view_getnotify(elem, &notifytype) != 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,