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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 083031e78..6c2b53a71 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -434,7 +434,8 @@ arm_service_report (void *cls,
434 GNUNET_free (lopostfix); 434 GNUNET_free (lopostfix);
435 return; 435 return;
436 } 436 }
437 pid = do_start_process (loprefix, 437 pid = do_start_process (NULL,
438 loprefix,
438 binary, 439 binary,
439 "-c", config, 440 "-c", config,
440#if DEBUG_ARM 441#if DEBUG_ARM