From: Evan Hunt Date: Fri, 10 Aug 2018 07:48:06 +0000 (-0700) Subject: mismatch between defined log modules and ns_modules[] in lib/ns/log.c X-Git-Tag: v9.13.3~69^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b865fb77def28d2420a2400dffe8f16211550d15;p=thirdparty%2Fbind9.git mismatch between defined log modules and ns_modules[] in lib/ns/log.c --- diff --git a/lib/ns/log.c b/lib/ns/log.c index 0a321d15a49..f167674b32e 100644 --- a/lib/ns/log.c +++ b/lib/ns/log.c @@ -43,16 +43,13 @@ LIBNS_EXTERNAL_DATA isc_logcategory_t ns_categories[] = { * \#define to . */ 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 } };