summaryrefslogtreecommitdiff
path: root/src/vpn/test_gnunet_vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/test_gnunet_vpn.c')
-rw-r--r--src/vpn/test_gnunet_vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/test_gnunet_vpn.c b/src/vpn/test_gnunet_vpn.c
index 90895e452..005c7bd07 100644
--- a/src/vpn/test_gnunet_vpn.c
+++ b/src/vpn/test_gnunet_vpn.c
@@ -441,7 +441,7 @@ setup_peer (struct PeerContext *p, const char *cfgname)
441 p->cfg = GNUNET_CONFIGURATION_create (); 441 p->cfg = GNUNET_CONFIGURATION_create ();
442#if START_ARM 442#if START_ARM
443 p->arm_proc = 443 p->arm_proc =
444 GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", 444 GNUNET_OS_start_process (GNUNET_YES, NULL, NULL, "gnunet-service-arm",
445 "gnunet-service-arm", 445 "gnunet-service-arm",
446#if VERBOSE 446#if VERBOSE
447 "-L", "DEBUG", 447 "-L", "DEBUG",