From e169fd331c0bbd606bc667af892dbed3f54733d4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 30 Oct 2001 01:28:29 +0000 Subject: [PATCH] pullup: 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 63ce0e846b..8f4eb2da08 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.101.2.2 2001/09/28 22:07:12 bwelling Exp $ */ +/* $Id: xfrout.c,v 1.101.2.3 2001/10/30 01:28:29 marka 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"; } /*