From aee82888eabdaee16aa78529f78361afcf8b2b01 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 16 Feb 2010 12:31:03 +0000 Subject: [PATCH] missed testcase somehow --- src/core/test_core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/test_core_api.c b/src/core/test_core_api.c index 1ae9c74e8..78d6b7fe1 100644 --- a/src/core/test_core_api.c +++ b/src/core/test_core_api.c @@ -293,7 +293,7 @@ setup_peer (struct PeerContext *p, const char *cfgname) { p->cfg = GNUNET_CONFIGURATION_create (); #if START_ARM - p->arm_pid = GNUNET_OS_start_process ("gnunet-service-arm", + p->arm_pid = GNUNET_OS_start_process (NULL, NULL, "gnunet-service-arm", "gnunet-service-arm", #if VERBOSE "-L", "DEBUG", -- 2.25.1