commit db44a89fcb29d88b309436b61f330149c923e1a9
parent f88bca9af603165f559f48a62878658dbd612bc0
Author: Bart Polot <bart@net.in.tum.de>
Date: Mon, 16 Dec 2013 10:30:23 +0000
- not an error, always happens on relay nodes
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
@@ -2280,8 +2280,6 @@ GMC_destroy (struct MeshConnection *c)
GNUNET_STATISTICS_update (stats, "# connections", -1, GNUNET_NO);
if (NULL != c->t)
GMT_remove_connection (c->t, c);
- else
- GNUNET_break (0);
if (GNUNET_NO == GMC_is_origin (c, GNUNET_YES))
path_destroy (c->path);