]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix a statistics channel counter bug when 'forward only' zones are...
authorArаm Sаrgsyаn <aram@isc.org>
Mon, 16 Sep 2024 12:25:19 +0000 (12:25 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Mon, 16 Sep 2024 12:25:19 +0000 (12:25 +0000)
commit2287dc0ac0d90aa6789308c03f4abae30e8fbc33
treef0a226c71d58c7dbb50aadac3cb89f119b9dc1ce
parent12eb16186ffb3253b9c143401799c89eb12bc4d9
parent80dad234bae0a42a3a427530574e2a6339a6ed90
[9.20] fix: usr: Fix a statistics channel counter bug when 'forward only' zones are used

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

Backport of MR !9493

Merge branch 'backport-1793-serverquota-counter-bug-with-forward-only-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9502