From 7b5031e5cb7bf6356093090b078ca2e518e55cfa Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 19 Nov 2013 15:25:04 +0000 Subject: [PATCH] - remove warning --- src/mesh/gnunet-service-mesh_tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index 32b384fdd..0cb269427 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -1663,7 +1663,7 @@ GMT_destroy (struct MeshTunnel3 *t) { next_ch = iter_ch->next; GMCH_destroy (iter_ch->ch); - GNUNET_break (0); + /* Should only happen on shutdown, but it's ok. */ } GNUNET_STATISTICS_update (stats, "# tunnels", -1, GNUNET_NO); -- 2.25.1