need other preps first
authorChristian Grothoff <christian@grothoff.org>
Wed, 21 Oct 2009 21:54:07 +0000 (21:54 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 21 Oct 2009 21:54:07 +0000 (21:54 +0000)
src/datastore/gnunet-service-datastore.c

index 5944640c40d29922cdef1e4bad6ca9741ab29d93..3a22f9bdaa606f57462c75a491f5e9595660470d 100644 (file)
@@ -1209,7 +1209,7 @@ cleaning_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
       GNUNET_CONTAINER_bloomfilter_free (filter);
       filter = NULL;
     }
-  GNUNET_ARM_stop_services (cfg, tc->sched, "statistics", NULL);
//  GNUNET_ARM_stop_services (cfg, tc->sched, "statistics", NULL);
 }
 
 
@@ -1307,13 +1307,13 @@ run (void *cls,
                  _("Failed to initialize bloomfilter.\n"));
       return;
     }
-  GNUNET_ARM_start_services (cfg, sched, "statistics", NULL);
+//  GNUNET_ARM_start_services (cfg, sched, "statistics", NULL);
   plugin = load_plugin ();
   if (NULL == plugin)
     {
       GNUNET_CONTAINER_bloomfilter_free (filter);
       filter = NULL;
-      GNUNET_ARM_stop_services (cfg, sched, "statistics", NULL);
+//      GNUNET_ARM_stop_services (cfg, sched, "statistics", NULL);
       return;
     }
   GNUNET_SERVER_disconnect_notify (server, &cleanup_reservations, NULL);