aboutsummaryrefslogtreecommitdiff
path: root/src/mesh
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2013-10-15 12:44:12 +0000
committerBart Polot <bart@net.in.tum.de>2013-10-15 12:44:12 +0000
commit076cdc1f9389806ef906ce47fa36d8a1bee54b65 (patch)
treeb8652472b03acc5c32cd99854d57996ece303e01 /src/mesh
parentd3bde72d9658c3f7e6dfd51de16bc4137257be36 (diff)
downloadgnunet-076cdc1f9389806ef906ce47fa36d8a1bee54b65.tar.gz
gnunet-076cdc1f9389806ef906ce47fa36d8a1bee54b65.zip
- typo
Diffstat (limited to 'src/mesh')
-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 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,
1262 { 1262 {
1263 LOG (GNUNET_ERROR_TYPE_DEBUG, 1263 LOG (GNUNET_ERROR_TYPE_DEBUG,
1264 " sending ack to client (%X)\n", ackid); 1264 " sending ack to client (%X)\n", ackid);
1265 send_client_ack (c, fwd); 1265 send_client_ack (ch, fwd);
1266 } 1266 }
1267 1267
1268 return GNUNET_OK; 1268 return GNUNET_OK;