]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Don't count failed additions into the cache
authorOndřej Surý <ondrej@isc.org>
Mon, 18 Aug 2025 02:55:43 +0000 (04:55 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 18 Aug 2025 02:55:43 +0000 (04:55 +0200)
Previously, when the new header was NOT added into the cache, we would
increment and then decrement stat counters immediately.  This has been fixed.

Merge branch 'ondrej/dont-stat-count-failed-adds' into 'main'

See merge request isc-projects/bind9!10859


Trivial merge