aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-12-11 17:47:58 +0100
committerChristian Grothoff <christian@grothoff.org>2018-12-11 17:47:58 +0100
commitcefc7647dc8db23452da80cfb4384cca641bb99d (patch)
tree80a7cecd85bacc33eb2baeb7da2c0a88e6b8d105 /src/arm/arm_api.c
parente68c4624f12fe7172ea6de5b4a5d89d9e49eae91 (diff)
downloadgnunet-cefc7647dc8db23452da80cfb4384cca641bb99d.tar.gz
gnunet-cefc7647dc8db23452da80cfb4384cca641bb99d.zip
make sure peer launches if default config not found and -c not given
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 5e31e038e..571b837d2 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -680,7 +680,8 @@ start_arm_service (struct GNUNET_ARM_Handle *h,
680 loprefix, 680 loprefix,
681 quotedbinary, 681 quotedbinary,
682 "-d", /* do daemonize */ 682 "-d", /* do daemonize */
683 lopostfix, NULL); 683 lopostfix,
684 NULL);
684 else 685 else
685 proc = GNUNET_OS_start_process_s (GNUNET_NO, 686 proc = GNUNET_OS_start_process_s (GNUNET_NO,
686 std_inheritance, 687 std_inheritance,