aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm_api.c')
-rw-r--r--src/arm/arm_api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 12395fea9..0f4ae6a4f 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -410,7 +410,8 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
410 { 410 {
411 /* Means we are ONLY running locally */ 411 /* Means we are ONLY running locally */
412 /* we're clearly running a test, don't daemonize */ 412 /* we're clearly running a test, don't daemonize */
413 proc = do_start_process (NULL, loprefix, binary, "-c", config, 413 proc = do_start_process (GNUNET_NO,
414 NULL, loprefix, binary, "-c", config,
414#if DEBUG_ARM 415#if DEBUG_ARM
415 "-L", "DEBUG", 416 "-L", "DEBUG",
416#endif 417#endif
@@ -419,7 +420,8 @@ arm_service_report (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
419 } 420 }
420 else 421 else
421 { 422 {
422 proc = do_start_process (NULL, loprefix, binary, "-c", config, 423 proc = do_start_process (GNUNET_NO,
424 NULL, loprefix, binary, "-c", config,
423#if DEBUG_ARM 425#if DEBUG_ARM
424 "-L", "DEBUG", 426 "-L", "DEBUG",
425#endif 427#endif