From 3781b58ef8cbcde39084af2c82ecaadaba17c4ab Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 1 Oct 2009 22:29:50 +0000 Subject: [PATCH] fix --- src/util/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/connection.c b/src/util/connection.c index a332556a5..7792ce686 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -1266,6 +1266,7 @@ transmit_timeout (void *cls, struct GNUNET_CONNECTION_Handle *sock = cls; GNUNET_CONNECTION_TransmitReadyNotify notify; + sock->nth.timeout_task = GNUNET_SCHEDULER_NO_TASK; #if DEBUG_CONNECTION GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Transmit to `%s' fails, time out reached.\n", -- 2.25.1