mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Removed a duplicate entry in namedconf.c.
This commit is contained in:
parent
99ab3cfce2
commit
a207cfc5d1
1 changed files with 1 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: namedconf.c,v 1.120 2010/07/11 00:12:57 each Exp $ */
|
||||
/* $Id: namedconf.c,v 1.121 2010/07/11 05:44:15 each Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
|
|
@ -889,7 +889,6 @@ options_clauses[] = {
|
|||
{ "use-ixfr", &cfg_type_boolean, 0 },
|
||||
{ "version", &cfg_type_qstringornone, 0 },
|
||||
{ "flush-zones-on-shutdown", &cfg_type_boolean, 0 },
|
||||
{ "new-zone-file", &cfg_type_qstringornone, 0 },
|
||||
{ NULL, NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue