aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mesh/gnunet-service-mesh.c b/src/mesh/gnunet-service-mesh.c
index 92325eab3..9b7e6ace3 100644
--- a/src/mesh/gnunet-service-mesh.c
+++ b/src/mesh/gnunet-service-mesh.c
@@ -4794,9 +4794,8 @@ queue_destroy (struct MeshPeerQueue *queue, int clear_cls)
4794 switch (queue->type) 4794 switch (queue->type)
4795 { 4795 {
4796 case GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY: 4796 case GNUNET_MESSAGE_TYPE_MESH_TUNNEL_DESTROY:
4797 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, " cancelling TUNNEL_DESTROY\n"); 4797 GNUNET_log (GNUNET_ERROR_TYPE_INFO, " cancelling TUNNEL_DESTROY\n");
4798 GNUNET_assert (GNUNET_YES == queue->tunnel->destroy); 4798 GNUNET_break (GNUNET_YES == queue->tunnel->destroy);
4799 /* FIXME: don't cancel, send and destroy tunnel in queue_send */
4800 /* fall through */ 4799 /* fall through */
4801 case GNUNET_MESSAGE_TYPE_MESH_UNICAST: 4800 case GNUNET_MESSAGE_TYPE_MESH_UNICAST:
4802 case GNUNET_MESSAGE_TYPE_MESH_MULTICAST: 4801 case GNUNET_MESSAGE_TYPE_MESH_MULTICAST: