aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_channel.c')
-rw-r--r--src/mesh/gnunet-service-mesh_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c
index e741d96ff..2d9ebb660 100644
--- a/src/mesh/gnunet-service-mesh_channel.c
+++ b/src/mesh/gnunet-service-mesh_channel.c
@@ -1506,7 +1506,7 @@ GMCH_handle_local_create (struct MeshClient *c,
1506 1506
1507 if (GMP_get_short_id (peer) == myid) 1507 if (GMP_get_short_id (peer) == myid)
1508 { 1508 {
1509 GMT_change_state (t, MESH_TUNNEL3_READY); 1509 GMT_change_cstate (t, MESH_TUNNEL3_READY);
1510 } 1510 }
1511 else 1511 else
1512 { 1512 {