Index: mesh_test_lib.c
===================================================================
--- mesh_test_lib.c	(revision 25640)
+++ mesh_test_lib.c	(working copy)
@@ -200,6 +200,7 @@
 {
   unsigned int i;
 
+  GNUNET_break (0);
   for (i = 0; i < ctx->num_peers; i++)
   {
     GNUNET_assert (NULL != ctx->ops[i]);
Index: gnunet-service-mesh.c
===================================================================
--- gnunet-service-mesh.c	(revision 25640)
+++ gnunet-service-mesh.c	(working copy)
@@ -5906,6 +5906,7 @@
   uint32_t ttl;
   size_t size;
 
+  GNUNET_assert (0);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "got a unicast packet from %s\n",
               GNUNET_i2s (peer));
   /* Check size */
