]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: simplify dns_dumpctx API
authorEvan Hunt <each@isc.org>
Tue, 21 Oct 2025 04:58:27 +0000 (04:58 +0000)
committerEvan Hunt <each@isc.org>
Tue, 21 Oct 2025 04:58:27 +0000 (04:58 +0000)
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.

Merge branch 'each-cleanup-dumpctx' into 'main'

See merge request isc-projects/bind9!10937


Trivial merge