Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
e5a5c60a
Commit
e5a5c60a
authored
May 12, 2005
by
Mark Andrews
Browse files
1858. [bug] The flush-zones-on-shutdown option wasn't being
parsed. [RT #14686]
parent
ed178efa
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e5a5c60a
1858. [bug] The flush-zones-on-shutdown option wasn't being
parsed. [RT #14686]
1857. [placeholder] rt14673
1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
...
...
lib/isccfg/namedconf.c
View file @
e5a5c60a
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.4
8
2005/0
4/27 04:57:27 sr
a Exp $ */
/* $Id: namedconf.c,v 1.4
9
2005/0
5/12 04:38:23 mark
a Exp $ */
/*! \file */
...
...
@@ -623,6 +623,7 @@ options_clauses[] = {
{
"use-id-pool"
,
&
cfg_type_boolean
,
CFG_CLAUSEFLAG_OBSOLETE
},
{
"use-ixfr"
,
&
cfg_type_boolean
,
0
},
{
"version"
,
&
cfg_type_qstringornone
,
0
},
{
"flush-zones-on-shutdown"
,
&
cfg_type_boolean
,
0
},
{
NULL
,
NULL
,
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