- obsolete break
authorBart Polot <bart@net.in.tum.de>
Fri, 7 Jun 2013 01:58:55 +0000 (01:58 +0000)
committerBart Polot <bart@net.in.tum.de>
Fri, 7 Jun 2013 01:58:55 +0000 (01:58 +0000)
src/mesh/gnunet-service-mesh-new.c

index 20b31c03acd534808bd0e2fe01dec5d87a5be7e6..86649cca6a4411ad3c83d14d203006fa22fd4bc0 100644 (file)
@@ -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,