]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add zone name to the LIBDNS_XFRIN probes
authorOndřej Surý <ondrej@isc.org>
Mon, 14 Aug 2023 12:24:52 +0000 (14:24 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 21 Aug 2023 16:39:53 +0000 (18:39 +0200)
commit9b858769dc089d3628f38c82694f7014fb11fe97
treec33fd36d467670bde641c82b4cff512aae25e79d
parentd332f07f38555efd7469d0e866a26292462963da
Add zone name to the LIBDNS_XFRIN probes

We already print the formatted zone name via the xfrin_log() function,
generate the text once and store it in xfr->info static buffer.  Then we
can reuse the string to pass it to the LIBDNS_XFRIN probes.
lib/dns/xfrin.c