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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arm/arm_api.c b/src/arm/arm_api.c
index 626d8957a..3fcb75814 100644
--- a/src/arm/arm_api.c
+++ b/src/arm/arm_api.c
@@ -609,10 +609,10 @@ start_arm_service (struct GNUNET_ARM_Handle *h,
609 &lopostfix)) 609 &lopostfix))
610 lopostfix = GNUNET_strdup (""); 610 lopostfix = GNUNET_strdup ("");
611 if (GNUNET_OK != 611 if (GNUNET_OK !=
612 GNUNET_CONFIGURATION_get_value_filename (h->cfg, 612 GNUNET_CONFIGURATION_get_value_string (h->cfg,
613 "arm", 613 "arm",
614 "BINARY", 614 "BINARY",
615 &cbinary)) 615 &cbinary))
616 { 616 {
617 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING, 617 GNUNET_log_config_missing (GNUNET_ERROR_TYPE_WARNING,
618 "arm", 618 "arm",