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.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 bb6ce63d8..3f338ac3f 100644
--- a/src/mesh/gnunet-service-mesh_tunnel.c
+++ b/src/mesh/gnunet-service-mesh_tunnel.c
@@ -392,7 +392,7 @@ handle_ch_create (struct MeshTunnel3 *t,
392 } 392 }
393 else 393 else
394 { 394 {
395 ch = GMCH_handle_create (msg, fwd); 395 ch = GMCH_handle_create (t, msg, fwd);
396 } 396 }
397 397
398 tch = GNUNET_new (struct MeshTChannel); 398 tch = GNUNET_new (struct MeshTChannel);