fixup! Fix dns_qp_lookup() search end

This commit is contained in:
Matthijs Mekking
2025-02-06 16:31:08 +01:00
parent fff089e988
commit ea192f3376

View File

@@ -545,8 +545,8 @@ dns_qp_lookup(dns_qpreadable_t qpr, const dns_name_t *name, uint16_t type,
* 'name', matching 'type'.
*
* If 'foundname' is not NULL, it will be updated to contain the name
* that was found (if any). The return code, ISC_R_SUCCESS or
* DNS_R_PARTIALMATCH, indicates whether the name found is the name
* that was found (if any). The return code, ISC_R_SUCCESS, DNS_R_NODATA,
* or DNS_R_PARTIALMATCH, indicates whether the name found is the name
* that was requested, or an ancestor. If the result is ISC_R_NOTFOUND,
* 'foundname' will not be updated. (NOTE: the name will be constructed
* from the QP key of the found node, and this can be time-consuming.