aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-25 13:05:51 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-25 13:05:51 +0000
commit82692faae8c8578fd10aaf94f1003dc14ec53827 (patch)
treecc5261ca7aa753eaea45e71661fb03fac08f161a /src
parent4b9ef8c7282e09b2bcbf8504f9df9c4fb93d4d7f (diff)
downloadgnunet-82692faae8c8578fd10aaf94f1003dc14ec53827.tar.gz
gnunet-82692faae8c8578fd10aaf94f1003dc14ec53827.zip
- warning
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh-new.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c
index dd89a006d..40f6250ee 100644
--- a/src/mesh/gnunet-service-mesh-new.c
+++ b/src/mesh/gnunet-service-mesh-new.c
@@ -2514,7 +2514,6 @@ tunnel_destroy_iterator (void *cls,
2514 } 2514 }
2515 else if (c == t->owner) 2515 else if (c == t->owner)
2516 { 2516 {
2517 struct MeshPeerInfo *p;
2518 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " Client %u is owner.\n", c->id); 2517 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, " Client %u is owner.\n", c->id);
2519 t->owner = NULL; 2518 t->owner = NULL;
2520 if (0 != t->prev_hop) { /* destroy could come before a path is used */ 2519 if (0 != t->prev_hop) { /* destroy could come before a path is used */