mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:12:09 -04:00
dns_modules[] was missing dns/request
This commit is contained in:
parent
996f4a8bc3
commit
29446b1149
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue