aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-01-20 17:05:32 +0000
committerBart Polot <bart@net.in.tum.de>2012-01-20 17:05:32 +0000
commitf97e35d9c9ddb84ec565bf37ef67bbe1317fb528 (patch)
tree25b3067de2d9724ead70ebdc161a8db2cd70185b /src/mesh
parentc48cde334c6d0a0b36b1db4834d22982e605041a (diff)
downloadgnunet-f97e35d9c9ddb84ec565bf37ef67bbe1317fb528.tar.gz
gnunet-f97e35d9c9ddb84ec565bf37ef67bbe1317fb528.zip
- fixed broken 19282 commit
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c
index 9b63ceca3..279fb1fe7 100644
--- a/src/mesh/mesh_api.c
+++ b/src/mesh/mesh_api.c
@@ -1274,6 +1274,7 @@ GNUNET_MESH_disconnect (struct GNUNET_MESH_Handle *handle)
1274{ 1274{
1275 struct GNUNET_MESH_Tunnel *t; 1275 struct GNUNET_MESH_Tunnel *t;
1276 struct GNUNET_MESH_Tunnel *aux; 1276 struct GNUNET_MESH_Tunnel *aux;
1277 struct GNUNET_MESH_TransmitHandle *th;
1277 1278
1278 t = handle->tunnels_head; 1279 t = handle->tunnels_head;
1279 while (NULL != t) 1280 while (NULL != t)