]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Restore delegdb size after `rndc flush`
authorColin Vidal <colin@isc.org>
Thu, 28 May 2026 11:59:46 +0000 (13:59 +0200)
committerColin Vidal <colin@isc.org>
Thu, 28 May 2026 11:59:46 +0000 (13:59 +0200)
When the delegation database was flushed using `rndc flush`, its size was also reset but not restored. As a result, after `rndc flush` was used at least once, the delegation database size could grow unbounded. This has now been fixed.

Merge branch 'colin/delegdb-config' into 'main'

See merge request isc-projects/bind9!12101


Trivial merge