aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/test_gnunet_daemon_hostlist.c')
-rw-r--r--src/hostlist/test_gnunet_daemon_hostlist.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index 3e179e5d9..a70caa986 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -127,7 +127,6 @@ process_hello (void *cls,
127 GNUNET_TRANSPORT_get_hello_cancel (p->th, &process_hello, p); 127 GNUNET_TRANSPORT_get_hello_cancel (p->th, &process_hello, p);
128 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 128 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
129 "Received HELLO, starting hostlist service.\n"); 129 "Received HELLO, starting hostlist service.\n");
130 GNUNET_ARM_start_services (p->cfg, sched, "hostlist", NULL);
131} 130}
132 131
133 132