From: Colin Vidal Date: Thu, 30 Jan 2025 10:54:36 +0000 (+0100) Subject: Use DNS_EDE_OTHER instead of its literal value X-Git-Tag: v9.21.5~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c5678bb03ac1fe8484ca72203b035cd16a0a635;p=thirdparty%2Fbind9.git Use DNS_EDE_OTHER instead of its literal value --- diff --git a/lib/ns/query.c b/lib/ns/query.c index 23c78622421..5e74609fc31 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,