From: Mark Andrews Date: Wed, 29 May 2019 06:50:44 +0000 (+1000) Subject: change mnemonic for IXFR poll response X-Git-Tag: v9.15.1~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=915af3c9507f852f60282157de05233dc6bb83c3;p=thirdparty%2Fbind9.git change mnemonic for IXFR poll response --- diff --git a/lib/ns/xfrout.c b/lib/ns/xfrout.c index 17cecc31189..c515b40ba8d 100644 --- a/lib/ns/xfrout.c +++ b/lib/ns/xfrout.c @@ -1113,6 +1113,7 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) { } xfr->poll = is_poll; if (is_poll) { + xfr->mnemonic = "IXFR poll response"; xfrout_log1(client, question_name, question_class, ISC_LOG_DEBUG(1), "IXFR poll up to date%s%s", (xfr->tsigkey != NULL) ? ": TSIG " : "", keyname);