]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitb82957376dc4ba67b4b6e38b4f7c59662a4c63a8
tree6f153580ef1f346f679bbe8c698d828f9015cb6f
parentf466e32fdb112844f90dfc407bf25346d6a2ec93
parent81b3c5d90821d14ee11bbdb68ccfa7319147d4ca
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

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

See merge request isc-projects/bind9!9493