From 75ecfa1059bc9f61aca4161bc6098a15600eb294 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 18 Jan 2010 16:23:34 +0000 Subject: [PATCH] fix --- src/core/core_api.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.25.1