mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
AXFRs were misidentified as AXFR-style IXFRs in log messages
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* 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 <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -1093,6 +1093,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
|
|||||||
ISC_LOG_DEBUG(4),
|
ISC_LOG_DEBUG(4),
|
||||||
"IXFR version not in journal, "
|
"IXFR version not in journal, "
|
||||||
"falling back to AXFR");
|
"falling back to AXFR");
|
||||||
|
mnemonic = "AXFR-style IXFR";
|
||||||
goto axfr_fallback;
|
goto axfr_fallback;
|
||||||
}
|
}
|
||||||
CHECK(result);
|
CHECK(result);
|
||||||
@@ -1100,7 +1101,6 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
|
|||||||
axfr_fallback:
|
axfr_fallback:
|
||||||
CHECK(axfr_rrstream_create(mctx, db, ver,
|
CHECK(axfr_rrstream_create(mctx, db, ver,
|
||||||
&data_stream));
|
&data_stream));
|
||||||
mnemonic = "AXFR-style IXFR";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user