aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2014-04-09 10:56:44 +0000
committerBart Polot <bart@net.in.tum.de>2014-04-09 10:56:44 +0000
commit7f2cfd26a9e71bf1eccb8fa373776a6dfddc4352 (patch)
tree7ebef6cc0d9ed4b3ec69ecc01255c008d2f711fa
parent0c3b7086446cbb216517b79dcd6e3f7faccb3950 (diff)
downloadgnunet-7f2cfd26a9e71bf1eccb8fa373776a6dfddc4352.tar.gz
gnunet-7f2cfd26a9e71bf1eccb8fa373776a6dfddc4352.zip
- log
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index af9dc5385..0950158f7 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -2155,6 +2155,7 @@ GMT_destroy_empty (struct MeshTunnel3 *t)
2155void 2155void
2156GMT_destroy_if_empty (struct MeshTunnel3 *t) 2156GMT_destroy_if_empty (struct MeshTunnel3 *t)
2157{ 2157{
2158 LOG (GNUNET_ERROR_TYPE_DEBUG, "Tunnel %s destroy if empty\n", GMT_2s (t));
2158 if (1 < GMT_count_channels (t)) 2159 if (1 < GMT_count_channels (t))
2159 return; 2160 return;
2160 2161