]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix resolver query response doc
authorColin Vidal <colin@isc.org>
Mon, 19 Jan 2026 12:46:03 +0000 (13:46 +0100)
committerColin Vidal <colin@isc.org>
Thu, 22 Jan 2026 06:31:00 +0000 (07:31 +0100)
commit6e63d5d02a7685ba2e4c4d7b7bf6d986e54163dc
tree588a4f445d9bdf9e7ea51da792b26e3c59b35141
parentb0c2670cb81edeb6c5b814cfd992b67fd1e3e839
fix resolver query response doc

In case on positive response, the `rctx_authority_positive()` function
is called to scan the AUTHORITY section to find NS servers and related
RR (glues) to be cached.

The doc says the function was called `rctx_authority_scan()`, but it is
called `rctx_authority_positive()`.
lib/dns/resolver.c