]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
mismatch between defined log modules and ns_modules[] in lib/ns/log.c
authorEvan Hunt <each@isc.org>
Fri, 10 Aug 2018 07:48:06 +0000 (00:48 -0700)
committerEvan Hunt <each@isc.org>
Fri, 10 Aug 2018 19:04:39 +0000 (15:04 -0400)
lib/ns/log.c

index 0a321d15a49c710393cba4f7f6ba13e419df115b..f167674b32e65ddbdea283e8c70874277013b73d 100644 (file)
@@ -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 }
 };