aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {