Removed a duplicate entry in namedconf.c.

This commit is contained in:
Evan Hunt 2010-07-11 05:44:15 +00:00
parent 99ab3cfce2
commit a207cfc5d1

View file

@ -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 }
};