diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-09-07 11:58:04 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2009-09-07 11:58:04 +0000 |
commit | dfb0f494781d1601ad5b74d01bbe2655963bcc51 (patch) | |
tree | 8bed4ad4617f95bcdaac75dc43c2b2dd461b3e76 /src/core/core_api.c | |
parent | f9aa59f2c539bc36f90cc28be4aa97a88cc41521 (diff) |
fixes
git-svn-id: https://gnunet.org/svn/gnunet@8956 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r-- | src/core/core_api.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c index ac958449be..6aca886400 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -272,11 +272,9 @@ static void timeout_request (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) { struct GNUNET_CORE_TransmitHandle *th = cls; - struct GNUNET_CORE_Handle *h; GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Transmission request timed out.\n"); - h = th->ch; 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); |