mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 18:53:10 -04:00
2903. [bug] managed-keys-directory missing from namedconf.c.
[RT #21370]
This commit is contained in:
parent
9ba7b9cd1f
commit
7d9be933d7
2 changed files with 5 additions and 1 deletions
3
CHANGES
3
CHANGES
|
|
@ -1,3 +1,6 @@
|
|||
2903. [bug] managed-keys-directory missing from namedconf.c.
|
||||
[RT #21370]
|
||||
|
||||
2902. [func] Add regression test for change 2897. [RT #21040]
|
||||
|
||||
2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: namedconf.c,v 1.115 2010/05/13 23:50:27 tbox Exp $ */
|
||||
/* $Id: namedconf.c,v 1.116 2010/05/21 14:10:32 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -847,6 +847,7 @@ options_clauses[] = {
|
|||
{ "interface-interval", &cfg_type_uint32, 0 },
|
||||
{ "listen-on", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
|
||||
{ "listen-on-v6", &cfg_type_listenon, CFG_CLAUSEFLAG_MULTI },
|
||||
{ "managed-keys-directory", &cfg_type_qstring, 0 },
|
||||
{ "match-mapped-addresses", &cfg_type_boolean, 0 },
|
||||
{ "memstatistics-file", &cfg_type_qstring, 0 },
|
||||
{ "memstatistics", &cfg_type_boolean, 0 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue