diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index 01f12d90ab..9304a9657c 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -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 } };