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:
2
CHANGES
2
CHANGES
@@ -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
|
||||
|
@@ -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, ¬ifytype) != 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,
|
||||
|
Reference in New Issue
Block a user