From 989f808405230b67f74e021b5d6a7cf8b3c18a61 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 1 Jun 2001 15:17:19 +0000 Subject: [PATCH] 851. [cleanup] support-ixfr is obsolete, use request-ixfr. --- CHANGES | 1 + lib/isccfg/parser.c | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 9af03e32d6..497ed2b2d0 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,4 @@ + 851. [cleanup] support-ixfr is obsolete, use request-ixfr. 850. [bug] dns_rbt_findnode() would not find nodes that were split on a bitstring label somewhere other than in diff --git a/lib/isccfg/parser.c b/lib/isccfg/parser.c index 3f02dfc50b..567eb3412c 100644 --- a/lib/isccfg/parser.c +++ b/lib/isccfg/parser.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: parser.c,v 1.53 2001/05/28 06:05:24 bwelling Exp $ */ +/* $Id: parser.c,v 1.54 2001/06/01 15:17:19 marka Exp $ */ #include @@ -1023,6 +1023,7 @@ server_clauses[] = { { "bogus", &cfg_type_boolean, 0 }, { "provide-ixfr", &cfg_type_boolean, 0 }, { "request-ixfr", &cfg_type_boolean, 0 }, + { "support-ixfr", &cfg_type_boolean, CFG_CLAUSEFLAG_OBSOLETE }, { "transfers", &cfg_type_uint32, 0 }, { "transfer-format", &cfg_type_transferformat, 0 }, { "keys", &cfg_type_server_key_kludge, 0 },