2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

dns_modules[] was missing dns/request

This commit is contained in:
Andreas Gustafsson
2000-05-09 23:29:51 +00:00
parent 996f4a8bc3
commit 29446b1149

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: log.c,v 1.21 2000/05/08 14:34:41 tale Exp $ */
/* $Id: log.c,v 1.22 2000/05/09 23:29:51 gson Exp $ */
/* Principal Authors: DCL */
@@ -65,6 +65,7 @@ isc_logmodule_t dns_modules[] = {
{ "dns/acl", 0 },
{ "dns/validator", 0 },
{ "dns/dispatch", 0 },
{ "dns/request", 0 },
{ NULL, 0 }
};