mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
Use DNS_EDE_OTHER instead of its literal value
This commit is contained in:
parent
c7b0fe5bec
commit
7c5678bb03
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue