aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api_new.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-10-20 18:20:49 +0000
committerBart Polot <bart@net.in.tum.de>2011-10-20 18:20:49 +0000
commitbd6d53b9caba0093c535988463cdf4f726f6c7f8 (patch)
tree29b740dd60e03f2dfda509c2c502dbf3e911fcb5 /src/mesh/mesh_api_new.c
parente15048219fadfb1f05c3c7771f256c01cef057f0 (diff)
downloadgnunet-bd6d53b9caba0093c535988463cdf4f726f6c7f8.tar.gz
gnunet-bd6d53b9caba0093c535988463cdf4f726f6c7f8.zip
Changed testcase to include real multicast tests
Diffstat (limited to 'src/mesh/mesh_api_new.c')
-rw-r--r--src/mesh/mesh_api_new.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/mesh_api_new.c b/src/mesh/mesh_api_new.c
index 81933e858..7c45cd7b8 100644
--- a/src/mesh/mesh_api_new.c
+++ b/src/mesh/mesh_api_new.c
@@ -1347,6 +1347,7 @@ GNUNET_MESH_peer_request_connect_add (struct GNUNET_MESH_Tunnel *tunnel,
1347 { 1347 {
1348 if (tunnel->peers[i]->id == peer_id) 1348 if (tunnel->peers[i]->id == peer_id)
1349 { 1349 {
1350 /* Peer already exists in tunnel */
1350 GNUNET_PEER_change_rc (peer_id, -1); 1351 GNUNET_PEER_change_rc (peer_id, -1);
1351 GNUNET_break (0); 1352 GNUNET_break (0);
1352 return; 1353 return;