mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 13:08:06 +00:00
1922. [bug] check-tool.c:setup_logging() missing call to
dns_log_setcontext().
This commit is contained in:
parent
3a58ea619a
commit
72160d9b51
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
|||||||
|
1922. [bug] check-tool.c:setup_logging() missing call to
|
||||||
|
dns_log_setcontext().
|
||||||
|
|
||||||
1921. [bug] Client memory contexts were not using internal
|
1921. [bug] Client memory contexts were not using internal
|
||||||
malloc. [RT# 15434]
|
malloc. [RT# 15434]
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: check-tool.c,v 1.20 2005/09/05 00:10:51 marka Exp $ */
|
/* $Id: check-tool.c,v 1.21 2005/09/30 08:25:38 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@ -370,6 +370,7 @@ setup_logging(isc_mem_t *mctx, isc_log_t **logp) {
|
|||||||
isc_log_registercategories(log, categories);
|
isc_log_registercategories(log, categories);
|
||||||
isc_log_setcontext(log);
|
isc_log_setcontext(log);
|
||||||
dns_log_init(log);
|
dns_log_init(log);
|
||||||
|
dns_log_setcontext(log);
|
||||||
|
|
||||||
destination.file.stream = stdout;
|
destination.file.stream = stdout;
|
||||||
destination.file.name = NULL;
|
destination.file.name = NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user