]> 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 18:53:56 +0000 (02:53 +0800)
commita5189eefa5c17654ebeab77ed1ff8746bcc9d99f
tree6c7c6d1f52812e4b40997f6b4545f23afec83f8e
parent55d82ced78fa7db9ad9ff37b870656cbf854ee78
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.
lib/dns/resolver.c