- loopback traffic should not touch tunnel code. Mark as a warning, replace with...
authorBart Polot <bart@net.in.tum.de>
Sun, 1 Dec 2013 00:28:03 +0000 (00:28 +0000)
committerBart Polot <bart@net.in.tum.de>
Sun, 1 Dec 2013 00:28:03 +0000 (00:28 +0000)
src/mesh/gnunet-service-mesh_tunnel.c

index b3348e7f50b18738f7e437b7ffc7224ce2d0fb5d..eb18ae75b2caace6ba9bda3e99072e06d34f4954 100644 (file)
@@ -2185,7 +2185,7 @@ GMT_send_prebuilt_message (const struct GNUNET_MessageHeader *message,
   {
     LOG (GNUNET_ERROR_TYPE_DEBUG, "  loopback!\n");
     handle_decrypted (t, message, fwd);
-    /* FIXME: call cont? */
+    GNUNET_break (0); /* FIXME replace with assert */
     return NULL; /* Already delivered, cannot cancel */
   }