aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist-client.c')
-rw-r--r--src/hostlist/hostlist-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index 4ad03bc78..488443f6e 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -1035,7 +1035,7 @@ task_check (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
1035 GNUNET_STATISTICS_set (stats, 1035 GNUNET_STATISTICS_set (stats,
1036 gettext_noop 1036 gettext_noop
1037 ("# milliseconds between hostlist downloads"), 1037 ("# milliseconds between hostlist downloads"),
1038 hostlist_delay.rel_value_us / 1000LL, 1038 hostlist_delay.rel_value_us / 1000LL,
1039 GNUNET_YES); 1039 GNUNET_YES);
1040 if (0 == once) 1040 if (0 == once)
1041 { 1041 {