- begin work on enhanced multipart receiving
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_channel.c
index ff2d822bc3c7c4ce15e916bc3fbfc6fd741fe4f5..3b12eb832dc03133991aecfa7a68f6b94e0fe29b 100644 (file)
@@ -1877,7 +1877,7 @@ GMCH_handle_data (struct MeshChannel *ch,
 
   if (NULL == c)
   {
-    GNUNET_break (0);
+    GNUNET_break (GNUNET_NO != ch->destroy);
     return;
   }