gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15570 - gnunet/src/topology
Date: Tue, 14 Jun 2011 13:48:36 +0200

Author: grothoff
Date: 2011-06-14 13:48:36 +0200 (Tue, 14 Jun 2011)
New Revision: 15570

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        2011-06-14 11:47:09 UTC 
(rev 15569)
+++ gnunet/src/topology/gnunet-daemon-topology.c        2011-06-14 11:48:36 UTC 
(rev 15570)
@@ -826,7 +826,7 @@
   if (GNUNET_SCHEDULER_NO_TASK != pos->hello_delay_task)
     {
       GNUNET_SCHEDULER_cancel (pos->hello_delay_task);
-      pos->hello_delay_tas k = GNUNET_SCHEDULER_NO_TASK;
+      pos->hello_delay_task = GNUNET_SCHEDULER_NO_TASK;
     }
   GNUNET_STATISTICS_set (stats,
                         gettext_noop ("# peers connected"),




reply via email to

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