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.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/hostlist/hostlist-client.c b/src/hostlist/hostlist-client.c
index bc98a2bcf..468c6b64c 100644
--- a/src/hostlist/hostlist-client.c
+++ b/src/hostlist/hostlist-client.c
@@ -625,11 +625,12 @@ GNUNET_HOSTLIST_client_start (const struct GNUNET_CONFIGURATION_Handle *c,
625 cfg = c; 625 cfg = c;
626 sched = s; 626 sched = s;
627 stats = st; 627 stats = st;
628 proxy = NULL; 628 if (GNUNET_OK !=
629 GNUNET_CONFIGURATION_get_value_string (cfg, 629 GNUNET_CONFIGURATION_get_value_string (cfg,
630 "HOSTLIST", 630 "HOSTLIST",
631 "HTTP-PROXY", 631 "HTTP-PROXY",
632 &proxy); 632 &proxy))
633 proxy = NULL;
633 *ch = &connect_handler; 634 *ch = &connect_handler;
634 *dh = &disconnect_handler; 635 *dh = &disconnect_handler;
635 GNUNET_STATISTICS_get (stats, 636 GNUNET_STATISTICS_get (stats,