aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2012-12-21 02:28:32 +0000
committerBart Polot <bart@net.in.tum.de>2012-12-21 02:28:32 +0000
commit2a700aef3592b064a4807ec4d3f0e7485195b33a (patch)
tree593a0ec4145a8263e15acec328db5fcc38d3e639 /src/mesh
parent9471b23edf208e6d469eeadadf5255265075d174 (diff)
downloadgnunet-2a700aef3592b064a4807ec4d3f0e7485195b33a.tar.gz
gnunet-2a700aef3592b064a4807ec4d3f0e7485195b33a.zip
- not a bug
Diffstat (limited to 'src/mesh')
-rw-r--r--src/mesh/mesh_tunnel_tree.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesh/mesh_tunnel_tree.c b/src/mesh/mesh_tunnel_tree.c
index 586654a2d..3402f6743 100644
--- a/src/mesh/mesh_tunnel_tree.c
+++ b/src/mesh/mesh_tunnel_tree.c
@@ -1068,7 +1068,6 @@ tree_del_peer (struct MeshTunnelTree *t, GNUNET_PEER_Id peer,
1068 GNUNET_break (0); 1068 GNUNET_break (0);
1069 return GNUNET_YES; 1069 return GNUNET_YES;
1070 } 1070 }
1071 GNUNET_break (NULL == n->children_head);
1072 tree_node_destroy (n); 1071 tree_node_destroy (n);
1073 if (NULL == t->root->children_head && t->me != t->root) 1072 if (NULL == t->root->children_head && t->me != t->root)
1074 { 1073 {