aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/gnunet-daemon-hostlist.c')
-rw-r--r--src/hostlist/gnunet-daemon-hostlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index f41f0add0..8c3bb9be7 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -269,6 +269,7 @@ run (void *cls,
269 stats = GNUNET_STATISTICS_create ("hostlist", cfg); 269 stats = GNUNET_STATISTICS_create ("hostlist", cfg);
270 270
271 core = GNUNET_CORE_connect (cfg, 271 core = GNUNET_CORE_connect (cfg,
272 1,
272 GNUNET_TIME_UNIT_FOREVER_REL, 273 GNUNET_TIME_UNIT_FOREVER_REL,
273 NULL, 274 NULL,
274 &core_init, 275 &core_init,