aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-04 14:50:16 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-04 14:50:16 +0000
commit6018c3b6bcc6b4a9e20a5cd3f1464c837c46aa12 (patch)
tree105193d91541ea7122e5935fb24272b3b531891c /src/mesh
parent5bf323a7a3f2e40a7294b72762960d7445c55fbb (diff)
downloadgnunet-6018c3b6bcc6b4a9e20a5cd3f1464c837c46aa12.tar.gz
gnunet-6018c3b6bcc6b4a9e20a5cd3f1464c837c46aa12.zip
Fixed a double DLL_insert of an incoming tunnel
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api_new.c1
1 files changed, 0 insertions, 1 deletions
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,
774 atsi.value = 0; 774 atsi.value = 0;
775 t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi); 775 t->ctx = h->new_tunnel (h->cls, t, &msg->peer, &atsi);
776 } 776 }
777 GNUNET_CONTAINER_DLL_insert (h->tunnels_head, h->tunnels_tail, t);
778 return; 777 return;
779} 778}
780 779