mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 00:50:00 -04:00
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()`.
This commit is contained in:
parent
b0c2670cb8
commit
6e63d5d02a
1 changed files with 1 additions and 1 deletions
|
|
@ -861,7 +861,7 @@ get_attached_fctx(dns_resolver_t *res, isc_loop_t *loop, const dns_name_t *name,
|
|||
* or any records returned in response to a query of type ANY
|
||||
* (rctx_answer_any()).
|
||||
* - Scan the authority section for NS or other records that may be
|
||||
* included with a positive answer (rctx_authority_scan()).
|
||||
* included with a positive answer (rctx_authority_positive()).
|
||||
*
|
||||
* 4. rctx_answer_none():
|
||||
* - Determine whether this is an NXDOMAIN, NXRRSET, or referral.
|
||||
|
|
|
|||
Loading…
Reference in a new issue