summaryrefslogtreecommitdiff
path: root/src/util/service.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-09 10:35:22 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-09 10:35:22 +0000
commit3aeef85a0511f6d33e90b8c6434289b2cac337a4 (patch)
tree4f1f11a352371386d615e7bad7744a33d2be87af /src/util/service.c
parent7b29d40b75fd60ce5e0b86694499627dc9c63022 (diff)
downloadgnunet-3aeef85a0511f6d33e90b8c6434289b2cac337a4.tar.gz
gnunet-3aeef85a0511f6d33e90b8c6434289b2cac337a4.zip
-use get_value_filename with UNIXPATH to get himBHexpansion
Diffstat (limited to 'src/util/service.c')
-rw-r--r--src/util/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/service.c b/src/util/service.c
index 9190e0b13..eb3a84221 100644
--- a/src/util/service.c
+++ b/src/util/service.c
@@ -973,7 +973,7 @@ GNUNET_SERVICE_get_server_addresses (const char *service_name,
973 if ((GNUNET_YES == 973 if ((GNUNET_YES ==
974 GNUNET_CONFIGURATION_have_value (cfg, service_name, "UNIXPATH")) && 974 GNUNET_CONFIGURATION_have_value (cfg, service_name, "UNIXPATH")) &&
975 (GNUNET_OK == 975 (GNUNET_OK ==
976 GNUNET_CONFIGURATION_get_value_string (cfg, service_name, "UNIXPATH", 976 GNUNET_CONFIGURATION_get_value_filename (cfg, service_name, "UNIXPATH",
977 &unixpath)) && 977 &unixpath)) &&
978 (0 < strlen (unixpath))) 978 (0 < strlen (unixpath)))
979 { 979 {