From 6018c3b6bcc6b4a9e20a5cd3f1464c837c46aa12 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 4 Oct 2011 14:50:16 +0000 Subject: [PATCH] Fixed a double DLL_insert of an incoming tunnel --- src/mesh/mesh_api_new.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c index 8ddeecff0..142427c97 100644 --- a/src/mesh/mesh_api_new.c +++ b/src/mesh/mesh_api_new.c @@ -774,7 +774,6 @@ process_tunnel_created (struct GNUNET_MESH_Handle *h, atsi.value = 0; t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi); } - GNUNET_CONTAINER_DLL_insert (h->tunnels_head, h->tunnels_tail, t); return; } -- 2.25.1