2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

1858. [bug] The flush-zones-on-shutdown option wasn't being

parsed. [RT #14686]
This commit is contained in:
Mark Andrews
2005-05-12 04:38:23 +00:00
parent ed178efa9a
commit e5a5c60a5e
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
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.

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: namedconf.c,v 1.48 2005/04/27 04:57:27 sra Exp $ */
/* $Id: namedconf.c,v 1.49 2005/05/12 04:38:23 marka 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 }
};