mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-28 21:17:54 +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;
|
||||
|
||||
dns_ede_add(&qctx->client->edectx, 0,
|
||||
dns_ede_add(&qctx->client->edectx, DNS_EDE_OTHER,
|
||||
"max. restarts reached");
|
||||
ns_client_log(qctx->client, NS_LOGCATEGORY_CLIENT,
|
||||
NS_LOGMODULE_QUERY, ISC_LOG_INFO,
|
||||
|
Loading…
x
Reference in New Issue
Block a user