projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3bde72
)
- typo
author
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 12:44:12 +0000
(12:44 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 15 Oct 2013 12:44:12 +0000
(12:44 +0000)
src/mesh/gnunet-service-mesh_channel.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh_channel.c
b/src/mesh/gnunet-service-mesh_channel.c
index bf45d8bf84e6fd563dd3b65269db3970c9b9292e..bded10dd8d4aa8599201caa1841024bef96b81aa 100644
(file)
--- 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 (c
h
, fwd);
}
return GNUNET_OK;