fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! EXP: Lock-free QPzone

This commit is contained in:
Evan Hunt
2025-03-06 15:04:40 -08:00
parent fa96e2e066
commit d4cc013361

View File

@@ -2663,7 +2663,7 @@ find__wildcard(qpz_search_t *search, qpznode_t *snode, qpznode_t **nodep,
result = dns_qp_lookup(&search->qpr, name, NULL, &it, NULL,
(void **)&node, NULL);
if (result != ISC_R_NOTFOUND && result != DNS_R_PARTIALMATCH) {
if (result != ISC_R_SUCCESS) {
return result;
}