diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-17 10:58:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2012-12-17 10:58:24 +0000 |
commit | 823eb5f9dd4d336a5cd85e9129ab1da5676191df (patch) | |
tree | 840dc4ed116d4d74d5bf86e593e1d96d38b4b07f /lib/dns/log.c | |
parent | e65fce108837a6a80efa79ff174877e27db324c0 (diff) | |
download | src-test2-vendor/bind9-9.6.tar.gz src-test2-vendor/bind9-9.6.zip |
Notes
Diffstat (limited to 'lib/dns/log.c')
-rw-r--r-- | lib/dns/log.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dns/log.c b/lib/dns/log.c index 17af1d9b2d4c..3c9727df72c1 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -79,6 +79,8 @@ LIBDNS_EXTERNAL_DATA isc_logmodule_t dns_modules[] = { { "dns/hints", 0 }, { "dns/acache", 0 }, { "dns/dlz", 0 }, + { "dns/dnssec", 0 }, + { "dns/crypto", 0 }, { NULL, 0 } }; |