gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r21692 - gnunet/src/topology


From: gnunet
Subject: [GNUnet-SVN] r21692 - gnunet/src/topology
Date: Fri, 1 Jun 2012 14:03:53 +0200

Author: wachs
Date: 2012-06-01 14:03:53 +0200 (Fri, 01 Jun 2012)
New Revision: 21692

Modified:
   gnunet/src/topology/gnunet-daemon-topology.c
Log:
- fix


Modified: gnunet/src/topology/gnunet-daemon-topology.c
===================================================================
--- gnunet/src/topology/gnunet-daemon-topology.c        2012-06-01 12:01:20 UTC 
(rev 21691)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2012-06-01 12:03:53 UTC 
(rev 21692)
@@ -328,7 +328,7 @@
   if (pos->hello_delay_task != GNUNET_SCHEDULER_NO_TASK)
     GNUNET_SCHEDULER_cancel (pos->hello_delay_task);
   if (pos->attempt_connect_task != GNUNET_SCHEDULER_NO_TASK)
-    GNUNET_SCHEDULER_cancel (pos->hello_delay_task);
+    GNUNET_SCHEDULER_cancel (pos->attempt_connect_task);
   if (pos->greylist_clean_task != GNUNET_SCHEDULER_NO_TASK)
     GNUNET_SCHEDULER_cancel (pos->greylist_clean_task);
   GNUNET_free_non_null (pos->hello);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]