From fde3820de967948ea855c5bd51c5e8809ec7539f Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 30 Oct 2001 00:55:25 +0000 Subject: [PATCH] AXFRs were misidentified as AXFR-style IXFRs in log messages --- bin/named/xfrout.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/xfrout.c b/bin/named/xfrout.c index 6b520aaf3d..f104209c50 100644 --- a/bin/named/xfrout.c +++ b/bin/named/xfrout.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: xfrout.c,v 1.104 2001/09/28 00:45:34 gson Exp $ */ +/* $Id: xfrout.c,v 1.105 2001/10/30 00:55:25 gson Exp $ */ #include @@ -1093,6 +1093,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) { ISC_LOG_DEBUG(4), "IXFR version not in journal, " "falling back to AXFR"); + mnemonic = "AXFR-style IXFR"; goto axfr_fallback; } CHECK(result); @@ -1100,7 +1101,6 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) { axfr_fallback: CHECK(axfr_rrstream_create(mctx, db, ver, &data_stream)); - mnemonic = "AXFR-style IXFR"; } /*