From db44a89fcb29d88b309436b61f330149c923e1a9 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 16 Dec 2013 10:30:23 +0000 Subject: [PATCH] - not an error, always happens on relay nodes --- src/mesh/gnunet-service-mesh_connection.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index 757f1e060..85a10bcfe 100644 --- 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); -- 2.25.1