From 076cdc1f9389806ef906ce47fa36d8a1bee54b65 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 15 Oct 2013 12:44:12 +0000 Subject: [PATCH] - typo --- src/mesh/gnunet-service-mesh_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_channel.c b/src/mesh/gnunet-service-mesh_channel.c index bf45d8bf8..bded10dd8 100644 --- a/src/mesh/gnunet-service-mesh_channel.c +++ b/src/mesh/gnunet-service-mesh_channel.c @@ -1262,7 +1262,7 @@ GMCH_handle_local_data (struct MeshChannel *ch, { LOG (GNUNET_ERROR_TYPE_DEBUG, " sending ack to client (%X)\n", ackid); - send_client_ack (c, fwd); + send_client_ack (ch, fwd); } return GNUNET_OK; -- 2.25.1