aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/test_gnunet_daemon_hostlist.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-11 19:40:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-11 19:40:39 +0000
commit5882a0a99902e4555f78a05a3d68dc72f864437f (patch)
treec080e0c35c98a1548d7dd8c1f1df6c16ba93508a /src/hostlist/test_gnunet_daemon_hostlist.c
parentf557d63b75c8b14922e4a308dfc486f7e4e9f6db (diff)
downloadgnunet-5882a0a99902e4555f78a05a3d68dc72f864437f.tar.gz
gnunet-5882a0a99902e4555f78a05a3d68dc72f864437f.zip
die unstoppable multi api, die
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