gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r23832 - gnunet/src/dht


From: gnunet
Subject: [GNUnet-SVN] r23832 - gnunet/src/dht
Date: Sun, 16 Sep 2012 05:42:47 +0200

Author: LRN
Date: 2012-09-16 05:42:46 +0200 (Sun, 16 Sep 2012)
New Revision: 23832

Modified:
   gnunet/src/dht/gnunet-dht-monitor.c
Log:
Remove duplicate cleanups

Modified: gnunet/src/dht/gnunet-dht-monitor.c
===================================================================
--- gnunet/src/dht/gnunet-dht-monitor.c 2012-09-15 18:59:00 UTC (rev 23831)
+++ gnunet/src/dht/gnunet-dht-monitor.c 2012-09-16 03:42:46 UTC (rev 23832)
@@ -239,12 +239,11 @@
     {
       key = NULL;
     }
-  GNUNET_SCHEDULER_add_delayed (timeout_request, &cleanup_task, NULL);
   if (verbose)
     FPRINTF (stderr, 
             "Monitoring for %s\n", 
             GNUNET_TIME_relative_to_string (timeout_request));
-  GNUNET_SCHEDULER_add_delayed (timeout, &cleanup_task, NULL);
+  GNUNET_SCHEDULER_add_delayed (timeout_request, &cleanup_task, NULL);
   monitor_handle = GNUNET_DHT_monitor_start (dht_handle,
                                              block_type,
                                              key,




reply via email to

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