mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Add EDE 22 No reachable authority code
Add support for Extended DNS Errors (EDE) error 22: No reachable authority. This occurs when after a timeout delay when the resolver is trying to query an authority server.
This commit is contained in:
@@ -555,7 +555,7 @@ client_resfind(resctx_t *rctx, dns_fetchresponse_t *resp) {
|
||||
fname = resp->foundname;
|
||||
INSIST(resp->rdataset == rctx->rdataset);
|
||||
INSIST(resp->sigrdataset == rctx->sigrdataset);
|
||||
isc_mem_putanddetach(&resp->mctx, resp, sizeof(*resp));
|
||||
dns_resolver_freefresp(&resp);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user