From 71ab7ccfccc720195222f8a0e62a556637d635db Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Fri, 7 Jun 2013 01:58:55 +0000 Subject: [PATCH] - obsolete break --- src/mesh/gnunet-service-mesh-new.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mesh/gnunet-service-mesh-new.c b/src/mesh/gnunet-service-mesh-new.c index 20b31c03a..86649cca6 100644 --- a/src/mesh/gnunet-service-mesh-new.c +++ b/src/mesh/gnunet-service-mesh-new.c @@ -1789,11 +1789,6 @@ tunnel_add_client (struct MeshTunnel *t, struct MeshClient *c) GNUNET_break(0); return; } - if (0 != t->next_hop) - { - GNUNET_break(0); - return; - } GMC_hash32 (t->local_tid_dest, &hash); if (GNUNET_OK != GNUNET_CONTAINER_multihashmap_put (c->incoming_tunnels, &hash, t, -- 2.25.1