]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit29fc7850f1e7b4232ed6d5e3df7c4c53ac950467
treed1c9693722d8dc624a90f118a09e07eb790cc0f2
parentf717bad108691ca5b63575f7da135610fe63116c
parent4122143c4d1ba5d242603daea619a2fcccc57a8f
fix: dev: clean up the dns_db API

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