]> git.ipfire.org Git - thirdparty/bind9.git/commit
remove obsolete dns_db_hashsize()
authorEvan Hunt <each@isc.org>
Mon, 4 Aug 2025 23:24:09 +0000 (16:24 -0700)
committerEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:50 +0000 (16:11 +0000)
commit9e14fcd2592d741e63c82fbffc5e5964603a8241
treefc5b6f15f2f0170797384efc4cd285d302fb8b65
parent0222c385aae92a2f115b61f0b071d1768ded73cf
remove obsolete dns_db_hashsize()

this function's purpose was to populate the "CacheBuckets" statistic,
but there are no databases left that implemented it, so the return
value was always 0. "CacheBuckets" has now been removed from the
statistics, and the dns_db_hashsize() API call has been removed.
lib/dns/cache.c
lib/dns/db.c
lib/dns/include/dns/db.h