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:
b1a6a13
)
- timeout fix by harsha
author
Bart Polot
<bart@net.in.tum.de>
Mon, 30 Jul 2012 15:53:02 +0000
(15:53 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Mon, 30 Jul 2012 15:53:02 +0000
(15:53 +0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index 516e877e849283f8d4385f775fdd4559ea14df85..307364fef9b35bca0d66d18bfa040b82d9f53d9a 100644
(file)
--- a/
src/mesh/mesh_api.c
+++ b/
src/mesh/mesh_api.c
@@
-600,9
+600,9
@@
timeout_transmission (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
mesh = th->tunnel->mesh;
GNUNET_CONTAINER_DLL_remove (mesh->th_head, mesh->th_tail, th);
+ th->tunnel->packet_size = 0;
if (GNUNET_YES == th_is_payload (th))
th->notify (th->notify_cls, 0, NULL);
- th->tunnel->packet_size = 0;
GNUNET_free (th);
if ((NULL == mesh->th_head) && (NULL != mesh->th))
{