aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-service-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-service-statistics.c')
-rw-r--r--src/statistics/gnunet-service-statistics.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/statistics/gnunet-service-statistics.c b/src/statistics/gnunet-service-statistics.c
index 0126f149b..adec5a96d 100644
--- a/src/statistics/gnunet-service-statistics.c
+++ b/src/statistics/gnunet-service-statistics.c
@@ -1053,9 +1053,8 @@ run (void *cls,
1053 &handle_client_disconnect, 1053 &handle_client_disconnect,
1054 NULL); 1054 NULL);
1055 load (server); 1055 load (server);
1056 GNUNET_SCHEDULER_add_delayed (GNUNET_TIME_UNIT_FOREVER_REL, 1056 GNUNET_SCHEDULER_add_shutdown (&shutdown_task,
1057 &shutdown_task, 1057 NULL);
1058 NULL);
1059} 1058}
1060 1059
1061 1060