From: Bart Polot Date: Sun, 1 Dec 2013 00:28:03 +0000 (+0000) Subject: - loopback traffic should not touch tunnel code. Mark as a warning, replace with... X-Git-Tag: initial-import-from-subversion-38251~5835 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=74a4f5c49e693dae502fcb18a13cd51cff6044b0;p=oweals%2Fgnunet.git - loopback traffic should not touch tunnel code. Mark as a warning, replace with assert in the future. --- diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c index b3348e7f5..eb18ae75b 100644 --- a/src/mesh/gnunet-service-mesh_tunnel.c +++ b/src/mesh/gnunet-service-mesh_tunnel.c @@ -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 */ }