From: Bart Polot Date: Tue, 15 Oct 2013 12:44:12 +0000 (+0000) Subject: - typo X-Git-Tag: initial-import-from-subversion-38251~6536 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=076cdc1f9389806ef906ce47fa36d8a1bee54b65;p=oweals%2Fgnunet.git - typo --- 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;