]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: dev: Disambiguate `query_cname()` and `query_dname()` usage
authorColin Vidal <colin@isc.org>
Wed, 24 Jun 2026 06:40:52 +0000 (08:40 +0200)
committerMichał Kępień <michal@isc.org>
Fri, 10 Jul 2026 07:26:46 +0000 (09:26 +0200)
Make explicit the fact that `query_cname()` and `query_dname()` must be
called only from a context where the resolver is answering a question
which is _not_ respectively `CNAME` or `DNAME`.

Merge branch 'colin/explicit-dname-cname-libns-query-usage' into 'security-main'

See merge request isc-private/bind9!1077


Trivial merge