]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: remove `sigrdataset` from `dns_view_findzonecut()`
authorColin Vidal <colin@isc.org>
Fri, 16 Jan 2026 07:29:45 +0000 (08:29 +0100)
committerColin Vidal <colin@isc.org>
Fri, 16 Jan 2026 07:29:45 +0000 (08:29 +0100)
Since the `sigrdataset` "output" parameter of `dns_view_findzonecut()` is never used (always called with NULL), it is now removed. As the resolver is moving towards a parent-centric direction, there is no point having a signature for the NS record (which is not authoritative in the parent, so never signed) when `dns_view_findzonecut()` is called.

Also, rename `dns_view_findzonecut()` as `dns_view_bestzonecut()` as it is used only in the context where the closest name servers for a name need to be queried and to avoid ambiguities with other code flows using `dns_db_findzonecut()`.

Merge branch 'colin/findzonecut-removesig' into 'main'

See merge request isc-projects/bind9!11444


Trivial merge