gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: fix how reserve pri


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix how reserve priv is fetched from config
Date: Tue, 21 Nov 2017 12:45:51 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 39a47a6  fix how reserve priv is fetched from config
39a47a6 is described below

commit 39a47a65e0e04129ac2ea9911082f07d4de69420
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Nov 21 12:45:19 2017 +0100

    fix how reserve priv is fetched from config
---
 src/merchant-tools/taler-merchant-tip-enable.c | 8 ++++----
 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
index 776d10a..2da03d7 100644
--- a/src/merchant-tools/taler-merchant-tip-enable.c
+++ b/src/merchant-tools/taler-merchant-tip-enable.c
@@ -150,10 +150,10 @@ run (void *cls,
                    "merchant-instance-%s",
                    instance);
   if (GNUNET_OK !=
-      GNUNET_CONFIGURATION_get_value_filename (cfg,
-                                               section,
-                                               "TIP_RESERVE_PRIV",
-                                               &res_str))
+      GNUNET_CONFIGURATION_get_value_string (cfg,
+                                             section,
+                                             "TIP_RESERVE_PRIV",
+                                             &res_str))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                section,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]