aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_tunnel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_tunnel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_tunnel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_tunnel.c b/src/mesh/gnunet-service-mesh_tunnel.c
index 2d31ee3f0..78315240a 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -2448,6 +2448,7 @@ GMT_get_next_chid (struct MeshTunnel3 *t)
2448 mask = 0x4000000; 2448 mask = 0x4000000;
2449 else 2449 else
2450 mask = 0x0; 2450 mask = 0x0;
2451 t->next_chid |= mask;
2451 2452
2452 while (NULL != GMT_get_channel (t, t->next_chid)) 2453 while (NULL != GMT_get_channel (t, t->next_chid))
2453 { 2454 {