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"
* 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>
"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,