aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/datastore/gnunet-service-datastore.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 5944640c4..3a22f9bda 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -1209,7 +1209,7 @@ cleaning_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1209 GNUNET_CONTAINER_bloomfilter_free (filter); 1209 GNUNET_CONTAINER_bloomfilter_free (filter);
1210 filter = NULL; 1210 filter = NULL;
1211 } 1211 }
1212 GNUNET_ARM_stop_services (cfg, tc->sched, "statistics", NULL); 1212 // GNUNET_ARM_stop_services (cfg, tc->sched, "statistics", NULL);
1213} 1213}
1214 1214
1215 1215
@@ -1307,13 +1307,13 @@ run (void *cls,
1307 _("Failed to initialize bloomfilter.\n")); 1307 _("Failed to initialize bloomfilter.\n"));
1308 return; 1308 return;
1309 } 1309 }
1310 GNUNET_ARM_start_services (cfg, sched, "statistics", NULL); 1310// GNUNET_ARM_start_services (cfg, sched, "statistics", NULL);
1311 plugin = load_plugin (); 1311 plugin = load_plugin ();
1312 if (NULL == plugin) 1312 if (NULL == plugin)
1313 { 1313 {
1314 GNUNET_CONTAINER_bloomfilter_free (filter); 1314 GNUNET_CONTAINER_bloomfilter_free (filter);
1315 filter = NULL; 1315 filter = NULL;
1316 GNUNET_ARM_stop_services (cfg, sched, "statistics", NULL); 1316// GNUNET_ARM_stop_services (cfg, sched, "statistics", NULL);
1317 return; 1317 return;
1318 } 1318 }
1319 GNUNET_SERVER_disconnect_notify (server, &cleanup_reservations, NULL); 1319 GNUNET_SERVER_disconnect_notify (server, &cleanup_reservations, NULL);