]> git.ipfire.org Git - thirdparty/bind9.git/commit
simplify dns_dumpctx API
authorEvan Hunt <each@isc.org>
Wed, 3 Sep 2025 06:59:35 +0000 (23:59 -0700)
committerEvan Hunt <each@isc.org>
Tue, 21 Oct 2025 00:48:18 +0000 (17:48 -0700)
commit34314915e218d9eba2ea7a53480fc6b4f9979095
tree53481aecc5780d6c3d85f24abecde4647b69a8ea
parent2ffb16c436e466483a768410115455fb5cba056d
simplify dns_dumpctx API

the functions dns_dumpctx_db() and dns_dumpctx_version() are used in
only one place, to get the serial number of the version being dumped.
it's simpler to expose the serial number through its own call,
dns_dumpctx_serial(), and remove the others.
lib/dns/include/dns/masterdump.h
lib/dns/masterdump.c
lib/dns/zone.c