fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 16:23:34 +0000 (16:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 18 Jan 2010 16:23:34 +0000 (16:23 +0000)
src/core/core_api.c

index 04f5296f6179363d1e50213fc7a3a01afb577f8f..b485b4181f277dea986e8d2df2c2aa502a69e784 100644 (file)
@@ -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);
 }