]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: clean up the dns_db API
authorEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:59 +0000 (16:11 +0000)
committerEvan Hunt <each@isc.org>
Mon, 15 Sep 2025 16:11:59 +0000 (16:11 +0000)
Some of the API calls in `dns_db` were obsolete, and have been removed. Others were more complicated than necessary, and have been refactored to simplify.

Merge branch 'each-cleanup-db-api' into 'main'

See merge request isc-projects/bind9!10830


Trivial merge