]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Fix conflict merge fixup.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Jul 2026 09:36:06 +0000 (11:36 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 22 Jul 2026 09:36:06 +0000 (11:36 +0200)
services/mesh.c

index d664e4797759bd2f9948b73551e03fb7e6c46833..6159dd1cdbe77252e571d6d7d8c819c563db89e4 100644 (file)
@@ -2470,8 +2470,7 @@ void mesh_state_remove_reply(struct mesh_area* mesh, struct mesh_state* m,
        while(n) {
                if(n->query_reply.c == cp
                        && (!h2_stream || n->h2_stream == h2_stream)
-                       && (!doq_stream || n->query_reply.doq_stream == doq_stre
-am)) {
+                       && (!doq_stream || n->query_reply.doq_stream == doq_stream)) {
                        /* unlink it */
                        if(prev) prev->next = n->next;
                        else m->reply_list = n->next;