commit e8c65b96114e4f5e614aceb31d6d80e23ae2fd29
parent 3aa4e09b1da5614ec35913bf763b187496403430
Author: Florian Dold <florian.dold@gmail.com>
Date: Sat, 9 Dec 2017 15:40:18 +0100
also expand filename for tipping reserve in backend
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/backend/taler-merchant-httpd.c b/src/backend/taler-merchant-httpd.c
@@ -554,10 +554,10 @@ instances_iterator_cb (void *cls,
struct GNUNET_CRYPTO_EddsaPrivateKey *pk;
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_string (iic->config,
- section,
- "TIP_RESERVE_PRIV_FILENAME",
- &tip_reserves))
+ GNUNET_CONFIGURATION_get_value_filename (iic->config,
+ section,
+ "TIP_RESERVE_PRIV_FILENAME",
+ &tip_reserves))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
section,