aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-23 14:23:50 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-23 14:23:50 +0000
commit13a7da212738f9c76c0772ca7726f91885e588d2 (patch)
treeb0f5472ade2ac23c955adf9d064e289d17c1734e /src/arm/arm_api.c
parent539288eab5294b4c29c1d43cb6f085cc88ce077c (diff)
downloadgnunet-13a7da212738f9c76c0772ca7726f91885e588d2.tar.gz
gnunet-13a7da212738f9c76c0772ca7726f91885e588d2.zip
listen socket passing support for ARM
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