mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Use DNS_EDE_OTHER instead of its literal value
This commit is contained in:
parent
c7b0fe5bec
commit
7c5678bb03
@ -11438,7 +11438,7 @@ ns_query_done(query_ctx_t *qctx) {
|
|||||||
*/
|
*/
|
||||||
partial_result_with_servfail = true;
|
partial_result_with_servfail = true;
|
||||||
|
|
||||||
dns_ede_add(&qctx->client->edectx, 0,
|
dns_ede_add(&qctx->client->edectx, DNS_EDE_OTHER,
|
||||||
"max. restarts reached");
|
"max. restarts reached");
|
||||||
ns_client_log(qctx->client, NS_LOGCATEGORY_CLIENT,
|
ns_client_log(qctx->client, NS_LOGCATEGORY_CLIENT,
|
||||||
NS_LOGMODULE_QUERY, ISC_LOG_INFO,
|
NS_LOGMODULE_QUERY, ISC_LOG_INFO,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user