Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
635
Issues
635
List
Boards
Labels
Service Desk
Milestones
Merge Requests
108
Merge Requests
108
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
7d9be933
Commit
7d9be933
authored
May 21, 2010
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2903. [bug] managed-keys-directory missing from namedconf.c.
[RT #21370]
parent
9ba7b9cd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
CHANGES
CHANGES
+3
-0
lib/isccfg/namedconf.c
lib/isccfg/namedconf.c
+2
-1
No files found.
CHANGES
View file @
7d9be933
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]
...
...
lib/isccfg/namedconf.c
View file @
7d9be933
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.11
5 2010/05/13 23:50:27 tbox
Exp $ */
/* $Id: namedconf.c,v 1.11
6 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
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment