From: Bart Polot Date: Tue, 4 Oct 2011 14:50:16 +0000 (+0000) Subject: Fixed a double DLL_insert of an incoming tunnel X-Git-Tag: initial-import-from-subversion-38251~16816 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=6018c3b6bcc6b4a9e20a5cd3f1464c837c46aa12;p=oweals%2Fgnunet.git Fixed a double DLL_insert of an incoming tunnel --- 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; }