]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
remove redundent 'request-ixfr'
authorMark Andrews <marka@isc.org>
Thu, 1 Aug 2013 04:38:27 +0000 (14:38 +1000)
committerMark Andrews <marka@isc.org>
Thu, 1 Aug 2013 04:39:54 +0000 (14:39 +1000)
(cherry picked from commit e543b4e5dbf929c4298532b6ce0c8e8c6bfd9b74)

lib/isccfg/namedconf.c

index 15fd55499d3267ef1846614e8cfd9911a8a19ce3..be28ea71de59830c983a18ccff6b0bcd3fdca6df 100644 (file)
@@ -1434,7 +1434,6 @@ view_clauses[] = {
        { "queryport-pool-updateinterval", &cfg_type_uint32,
          CFG_CLAUSEFLAG_OBSOLETE },
        { "recursion", &cfg_type_boolean, 0 },
-       { "request-ixfr", &cfg_type_boolean, 0 },
        { "request-nsid", &cfg_type_boolean, 0 },
        { "resolver-query-timeout", &cfg_type_uint32, 0 },
        { "rfc2308-type1", &cfg_type_boolean, CFG_CLAUSEFLAG_NYI },