From: Yorgos Thessalonikefs Date: Fri, 6 Dec 2024 15:16:58 +0000 (+0100) Subject: - This sleplt in the precious commit. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Ffeatures%2Funjostable-configured-upstreams;p=thirdparty%2Funbound.git - This sleplt in the precious commit. --- diff --git a/services/mesh.c b/services/mesh.c index 74b72eea8..25e5ea399 100644 --- a/services/mesh.c +++ b/services/mesh.c @@ -1466,7 +1466,7 @@ mesh_send_reply(struct mesh_state* m, int rcode, struct reply_info* rep, * Need to explicitly check for rep->security otherwise failed * validation paths may attach to a secure answer. */ if(m->s.env->cfg->ede && rep && - (rep->security <= sec_status_bogus || rep->security == sec_status_insecure || + (rep->security <= sec_status_bogus || rep->security == sec_status_secure_sentinel_fail)) { mesh_find_and_attach_ede_and_reason(m, rep, r); }