]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- This sleplt in the precious commit. features/unjostable-configured-upstreams 1201/head
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 6 Dec 2024 15:16:58 +0000 (16:16 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Fri, 6 Dec 2024 15:16:58 +0000 (16:16 +0100)
services/mesh.c

index 74b72eea829790f74fad82dbabf73b3ea1e119c3..25e5ea3995c34be81feb4da9c0d71b9d2ad7b2b1 100644 (file)
@@ -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);
                }