From: Evan Hunt Date: Tue, 21 Oct 2025 04:58:27 +0000 (+0000) Subject: fix: nil: simplify dns_dumpctx API X-Git-Tag: v9.21.15~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1b343357a4c604dac3f7257b79b67dea5f0e66;p=thirdparty%2Fbind9.git fix: nil: 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. Merge branch 'each-cleanup-dumpctx' into 'main' See merge request isc-projects/bind9!10937 --- fc1b343357a4c604dac3f7257b79b67dea5f0e66