aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-12-17 03:35:53 +0000
committerBart Polot <bart@net.in.tum.de>2013-12-17 03:35:53 +0000
commit88b5276a0022b828eb7956c1404ec20a6be4d2b0 (patch)
tree74275f33f232c738d5ff0b1b14f19634b587d079 /src/mesh/gnunet-service-mesh_tunnel.c
parent2c99c3384341b410b8c37b0d72a2a9e2d9c2a8ca (diff)
downloadgnunet-88b5276a0022b828eb7956c1404ec20a6be4d2b0.tar.gz
gnunet-88b5276a0022b828eb7956c1404ec20a6be4d2b0.zip
- fix connection ack direction, revert assert to break
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index 448bd4eaf..d32256290 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -2330,7 +2330,7 @@ GMT_send_connection_acks (struct MeshTunnel3 *t)
2330 continue; 2330 continue;
2331 } 2331 }
2332 GMC_allow (iter->c, allow_per_connection, 2332 GMC_allow (iter->c, allow_per_connection,
2333 GMC_is_origin (iter->c, GNUNET_YES)); 2333 GMC_is_origin (iter->c, GNUNET_NO));
2334 } 2334 }
2335 2335
2336 GNUNET_break (to_allow == 0); 2336 GNUNET_break (to_allow == 0);