]> git.ipfire.org Git - thirdparty/bind9.git/commit
lib/dns/resolver.c: Call dns_adb_endudpfetch() only for UDP queries
authorOndřej Surý <ondrej@sury.org>
Sun, 13 Oct 2019 14:33:22 +0000 (16:33 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 18 Nov 2019 19:48:32 +0000 (03:48 +0800)
commitdc8eafee57ff2367662e34db1ab4335b5401b07c
tree20825fbff7cd7f7835e566744814cef80f357fba
parent4cc935b0ff49aa5924709a850f186ebcfeccf55c
lib/dns/resolver.c: Call dns_adb_endudpfetch() only for UDP queries

The dns_adb_beginudpfetch() is called only for UDP queries, but
the dns_adb_endudpfetch() is called for all queries, including
TCP.  This messages the quota counting in adb.c.

(cherry picked from commit a5189eefa5c17654ebeab77ed1ff8746bcc9d99f)
lib/dns/resolver.c