aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-10 11:29:59 +0000
commit4e49d814f8c52d784e8aa7bd57a40eda7656d3c0 (patch)
tree86f9971794e0d72f8de9ac2886fd11e85ccde7c1 /src/hostlist
parent0a15f777a19feea3937264b6acf96685b76bbc45 (diff)
downloadgnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.tar.gz
gnunet-4e49d814f8c52d784e8aa7bd57a40eda7656d3c0.zip
another core API simplification due to ATS introduction
Diffstat (limited to 'src/hostlist')
-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 859f8498c..30f736002 100644
--- a/src/hostlist/gnunet-daemon-hostlist.c
+++ b/src/hostlist/gnunet-daemon-hostlist.c
@@ -259,7 +259,7 @@ run (void *cls, char *const *args, const char *cfgfile,
259 259
260 core = 260 core =
261 GNUNET_CORE_connect (cfg, 1, NULL, &core_init, &connect_handler, 261 GNUNET_CORE_connect (cfg, 1, NULL, &core_init, &connect_handler,
262 &disconnect_handler, NULL, NULL, GNUNET_NO, NULL, 262 &disconnect_handler, NULL, GNUNET_NO, NULL,
263 GNUNET_NO, 263 GNUNET_NO,
264 learning ? learn_handlers : no_learn_handlers); 264 learning ? learn_handlers : no_learn_handlers);
265 265