- remove warning
authorBart Polot <bart@net.in.tum.de>
Tue, 19 Nov 2013 15:25:04 +0000 (15:25 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 19 Nov 2013 15:25:04 +0000 (15:25 +0000)
src/mesh/gnunet-service-mesh_tunnel.c

index 32b384fdd194ae45930577062b9e0e84b967750e..0cb269427751a0977f011e0bfd6e5fbbfbe7b0da 100644 (file)
@@ -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);