]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] chg: dev: Use query counters in validator code
authorMatthijs Mekking <matthijs@isc.org>
Mon, 9 Dec 2024 11:26:20 +0000 (11:26 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 9 Dec 2024 11:26:20 +0000 (11:26 +0000)
Commit af7db8951364a89c468eda1535efb3f53adc2c1f as part of #4141 was supposed to apply the 'max-recursion-queries' quota to validator queries, but the counter was never actually passed on to 'dns_resolver_createfetch()'. This has been fixed, and the global query counter ('max-query-count', per client request) is now also added.

Related to #4980

Backport of MR !9856

Merge branch 'backport-4980-pass-counters-in-validator-createfetch-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9867


Trivial merge