]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
change mnemonic for IXFR poll response
authorMark Andrews <marka@isc.org>
Wed, 29 May 2019 06:50:44 +0000 (16:50 +1000)
committerMark Andrews <marka@isc.org>
Mon, 3 Jun 2019 05:14:45 +0000 (15:14 +1000)
lib/ns/xfrout.c

index 17cecc311890c7072d363507e4da0d11222d16c9..c515b40ba8d404919242321ff3af9fe4ae9ff5f4 100644 (file)
@@ -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);