2
0
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:
Colin Vidal 2025-01-30 11:54:36 +01:00
parent c7b0fe5bec
commit 7c5678bb03

View File

@ -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,