- typo
authorBart Polot <bart@net.in.tum.de>
Tue, 15 Oct 2013 12:44:12 +0000 (12:44 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 15 Oct 2013 12:44:12 +0000 (12:44 +0000)
src/mesh/gnunet-service-mesh_channel.c

index bf45d8bf84e6fd563dd3b65269db3970c9b9292e..bded10dd8d4aa8599201caa1841024bef96b81aa 100644 (file)
@@ -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;