mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
2042. [bug] named-checkconf was incorrectly rejecting the
logging category "config". [RT #16117]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: log.c,v 1.41 2005/05/20 01:19:42 marka Exp $ */
|
||||
/* $Id: log.c,v 1.42 2006/06/07 02:28:28 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -81,6 +81,9 @@ ns_log_init(isc_boolean_t safe) {
|
||||
if (result != ISC_R_SUCCESS)
|
||||
return (result);
|
||||
|
||||
/*
|
||||
* named-checktool.c:setup_logging() needs to be kept in sync.
|
||||
*/
|
||||
isc_log_registercategories(ns_g_lctx, ns_g_categories);
|
||||
isc_log_registermodules(ns_g_lctx, ns_g_modules);
|
||||
isc_log_setcontext(ns_g_lctx);
|
||||
|
Reference in New Issue
Block a user