commit c9612d18e5e6252138d7d7dc0c32f34beab5677e
parent 72eb4f94a87da37779ac57000cbc2ed6bbe9e181
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Mon, 11 Dec 2017 13:33:52 +0100
get filename the right way
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/merchant-tools/taler-merchant-tip-enable.c b/src/merchant-tools/taler-merchant-tip-enable.c
@@ -151,10 +151,10 @@ run (void *cls,
"merchant-instance-%s",
instance);
if (GNUNET_OK !=
- GNUNET_CONFIGURATION_get_value_string (cfg,
- section,
- "TIP_RESERVE_PRIV_FILENAME",
- &tip_reserves))
+ GNUNET_CONFIGURATION_get_value_filename (cfg,
+ section,
+ "TIP_RESERVE_PRIV_FILENAME",
+ &tip_reserves))
{
GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
section,