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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/gnunet-daemon-hostlist.c b/src/hostlist/gnunet-daemon-hostlist.c
index 9a12c98f1..3622e0e8f 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -306,7 +306,7 @@ run (void *cls,
306 if (bootstrapping) 306 if (bootstrapping)
307 { 307 {
308 GNUNET_HOSTLIST_client_start (cfg, sched, stats, 308 GNUNET_HOSTLIST_client_start (cfg, sched, stats,
309 &client_ch, &client_dh, &client_adv_handler); 309 &client_ch, &client_dh, &client_adv_handler, learning);
310 } 310 }
311 if (provide_hostlist) 311 if (provide_hostlist)
312 { 312 {