aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh-new.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-06-07 01:58:55 +0000
committerBart Polot <bart@net.in.tum.de>2013-06-07 01:58:55 +0000
commit71ab7ccfccc720195222f8a0e62a556637d635db (patch)
treefc22fbbabbda6497f4ef8e26d066e1badff4c0fb /src/mesh/gnunet-service-mesh-new.c
parent774b719fc930d246b9fe400d43398646d898b8a1 (diff)
downloadgnunet-71ab7ccfccc720195222f8a0e62a556637d635db.tar.gz
gnunet-71ab7ccfccc720195222f8a0e62a556637d635db.zip
- obsolete break
Diffstat (limited to 'src/mesh/gnunet-service-mesh-new.c')
-rw-r--r--src/mesh/gnunet-service-mesh-new.c5
1 files changed, 0 insertions, 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)
1789 GNUNET_break(0); 1789 GNUNET_break(0);
1790 return; 1790 return;
1791 } 1791 }
1792 if (0 != t->next_hop)
1793 {
1794 GNUNET_break(0);
1795 return;
1796 }
1797 GMC_hash32 (t->local_tid_dest, &hash); 1792 GMC_hash32 (t->local_tid_dest, &hash);
1798 if (GNUNET_OK != 1793 if (GNUNET_OK !=
1799 GNUNET_CONTAINER_multihashmap_put (c->incoming_tunnels, &hash, t, 1794 GNUNET_CONTAINER_multihashmap_put (c->incoming_tunnels, &hash, t,