]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Consolidate the validator's DS fetches into one helper
authorOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 03:59:42 +0000 (05:59 +0200)
committerOndřej Surý <ondrej@isc.org>
Sat, 30 May 2026 03:59:42 +0000 (05:59 +0200)
Internal cleanup with no change in resolution behaviour. The DNSSEC
validator started DS record lookups from three separate places, each
set up slightly differently; they now go through a single helper.

Merge branch 'ondrej/validator-ds-fetch-zonecut' into 'main'

See merge request isc-projects/bind9!12144


Trivial merge