aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-07-16 12:56:54 +0000
committerBart Polot <bart@net.in.tum.de>2013-07-16 12:56:54 +0000
commita18d54010b764e09aa1183f16f86e50e27a032f2 (patch)
tree62eb250a50f4920c0e8053e024abb5670f5b0d61 /src/mesh
parent5b3b6d8650d775ee0cd6c1bc22c76b0b7863ef61 (diff)
downloadgnunet-a18d54010b764e09aa1183f16f86e50e27a032f2.tar.gz
gnunet-a18d54010b764e09aa1183f16f86e50e27a032f2.zip
- update cleaner in testcase
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/test_mesh_small.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/test_mesh_small.c b/src/mesh/test_mesh_small.c
index a8d019d22..b2b2b4066 100644
--- a/src/mesh/test_mesh_small.c
+++ b/src/mesh/test_mesh_small.c
@@ -594,6 +594,7 @@ tunnel_cleaner (void *cls, const struct GNUNET_MESH_Tunnel *tunnel,
594 else if (0L == i && P2P_SIGNAL == test) 594 else if (0L == i && P2P_SIGNAL == test)
595 { 595 {
596 ok ++; 596 ok ++;
597 t = NULL;
597 } 598 }
598 else 599 else
599 GNUNET_log (GNUNET_ERROR_TYPE_WARNING, 600 GNUNET_log (GNUNET_ERROR_TYPE_WARNING,