]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix a statistics channel counter bug when 'forward only' zones are used
authorArаm Sаrgsyаn <aram@isc.org>
Mon, 16 Sep 2024 09:30:56 +0000 (09:30 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 16 Sep 2024 09:30:56 +0000 (09:30 +0000)
When resolving a zone with a 'forward only' policy, and
finding out that all the forwarders are marked as "bad",
the 'ServerQuota' counter of the statistics channel was
incorrectly increased. This has been fixed.

Closes #1793

Merge branch '1793-serverquota-counter-bug-with-forward-only' into 'main'

See merge request isc-projects/bind9!9493


Trivial merge