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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hostlist/test_gnunet_daemon_hostlist.c b/src/hostlist/test_gnunet_daemon_hostlist.c
index f9d2e9169..eca93a624 100644
--- a/src/hostlist/test_gnunet_daemon_hostlist.c
+++ b/src/hostlist/test_gnunet_daemon_hostlist.c
@@ -138,7 +138,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
138{ 138{
139 p->cfg = GNUNET_CONFIGURATION_create (); 139 p->cfg = GNUNET_CONFIGURATION_create ();
140#if START_ARM 140#if START_ARM
141 p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", 141 p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm",
142 "gnunet-service-arm", 142 "gnunet-service-arm",
143#if VERBOSE 143#if VERBOSE
144 "-L", "DEBUG", 144 "-L", "DEBUG",