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:
d1b1415
)
Temporal workaround for #2070
author
Bart Polot
<bart@net.in.tum.de>
Tue, 17 Jan 2012 16:17:14 +0000
(16:17 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 17 Jan 2012 16:17:14 +0000
(16:17 +0000)
src/mesh/gnunet-service-mesh.c
patch
|
blob
|
history
diff --git
a/src/mesh/gnunet-service-mesh.c
b/src/mesh/gnunet-service-mesh.c
index 033c28eb09f1ca829b9660db8689f4853c28beed..fb6d09e5a9844171750e287759364bf600a03af5 100644
(file)
--- a/
src/mesh/gnunet-service-mesh.c
+++ b/
src/mesh/gnunet-service-mesh.c
@@
-733,7
+733,7
@@
client_allow_send (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
(info->copies != NULL) ? *(info->copies) : 0);
#endif
// *(info->timeout_task) = GNUNET_SCHEDULER_NO_TASK;
- GNUNET_SERVER_receive_done (c, GNUNET_OK);
+ GNUNET_SERVER_receive_done (c
->handle
, GNUNET_OK);
}