aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/gnunet-daemon-hostlist.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2010-04-09 14:42:46 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2010-04-09 14:42:46 +0000
commit19cd2443fcffbeeae74336d19e72ed6caa6f7106 (patch)
treebb663bef1abdeada4ee4835985a991fd2711d0ed /src/hostlist/gnunet-daemon-hostlist.c
parentf2e80d4faf6883af8d56fa65aeed3d5ab29f407a (diff)
downloadgnunet-19cd2443fcffbeeae74336d19e72ed6caa6f7106.tar.gz
gnunet-19cd2443fcffbeeae74336d19e72ed6caa6f7106.zip
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 8eaad00ff..9a30ecca6 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -293,7 +293,7 @@ run (void *cls,
293 } 293 }
294 if (provide_hostlist) 294 if (provide_hostlist)
295 { 295 {
296 GNUNET_HOSTLIST_server_start (cfg, sched, stats, &server_ch, &server_dh); 296 GNUNET_HOSTLIST_server_start (cfg, sched, stats, core, &server_ch, &server_dh);
297 } 297 }
298 if (learning) 298 if (learning)
299 { 299 {