From 34d0b93c7123c3843c9546b98fa8e616e4505ade Mon Sep 17 00:00:00 2001 From: Yorgos Thessalonikefs Date: Fri, 6 Dec 2024 16:16:58 +0100 Subject: [PATCH] - This sleplt in the precious commit. --- services/mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2