From 7c5678bb03ac1fe8484ca72203b035cd16a0a635 Mon Sep 17 00:00:00 2001 From: Colin Vidal Date: Thu, 30 Jan 2025 11:54:36 +0100 Subject: [PATCH] Use DNS_EDE_OTHER instead of its literal value --- lib/ns/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ns/query.c b/lib/ns/query.c index 23c7862242..5e74609fc3 100644 --- a/lib/ns/query.c +++ b/lib/ns/query.c @@ -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,