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:
c255a98
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Mon, 18 Jan 2010 16:23:34 +0000
(16:23 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Mon, 18 Jan 2010 16:23:34 +0000
(16:23 +0000)
src/core/core_api.c
patch
|
blob
|
history
diff --git
a/src/core/core_api.c
b/src/core/core_api.c
index 04f5296f6179363d1e50213fc7a3a01afb577f8f..b485b4181f277dea986e8d2df2c2aa502a69e784 100644
(file)
--- a/
src/core/core_api.c
+++ b/
src/core/core_api.c
@@
-285,7
+285,6
@@
timeout_request (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
"Transmission request timed out.\n");
th->timeout_task = GNUNET_SCHEDULER_NO_TASK;
GNUNET_assert (0 == th->get_message (th->get_message_cls, 0, NULL));
- GNUNET_CORE_notify_transmit_ready_cancel (th);
}