aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-09-24 21:38:11 +0000
committerChristian Grothoff <christian@grothoff.org>2016-09-24 21:38:11 +0000
commit43f0e19e45b6c991f643ff9b4f796aca4eb37eda (patch)
tree0540d9c4356e9c44753ea8713e512e30b5981eb9 /src/arm/arm_api.c
parent31899f01bd95f66e6cfec9b53ace071648d6b663 (diff)
downloadgnunet-43f0e19e45b6c991f643ff9b4f796aca4eb37eda.tar.gz
gnunet-43f0e19e45b6c991f643ff9b4f796aca4eb37eda.zip
-must not expand BINARY as filename
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",