From: Christian Grothoff Date: Mon, 18 Jan 2010 16:23:34 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~22934 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75ecfa1059bc9f61aca4161bc6098a15600eb294;p=oweals%2Fgnunet.git fix --- diff --git a/src/core/core_api.c b/src/core/core_api.c index 04f5296f6..b485b4181 100644 --- 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); }