mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 15:49:59 -04:00
Merge branch 'fix-ns-log-mismatch' into 'master'
mismatch between defined log modules and ns_modules[] in lib/ns/log.c See merge request isc-projects/bind9!612
This commit is contained in:
commit
d6f4592f6b
1 changed files with 0 additions and 3 deletions
|
|
@ -43,16 +43,13 @@ LIBNS_EXTERNAL_DATA isc_logcategory_t ns_categories[] = {
|
|||
* \#define to <ns/log.h>.
|
||||
*/
|
||||
LIBNS_EXTERNAL_DATA isc_logmodule_t ns_modules[] = {
|
||||
{ "ns/main", 0 },
|
||||
{ "ns/client", 0 },
|
||||
{ "ns/server", 0 },
|
||||
{ "ns/query", 0 },
|
||||
{ "ns/interfacemgr", 0 },
|
||||
{ "ns/update", 0 },
|
||||
{ "ns/xfer-in", 0 },
|
||||
{ "ns/xfer-out", 0 },
|
||||
{ "ns/notify", 0 },
|
||||
{ "ns/control", 0 },
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue