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: also expand filenam


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: also expand filename for tipping reserve in backend
Date: Sat, 09 Dec 2017 15:40:21 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e8c65b9  also expand filename for tipping reserve in backend
e8c65b9 is described below

commit e8c65b96114e4f5e614aceb31d6d80e23ae2fd29
Author: Florian Dold <address@hidden>
AuthorDate: Sat Dec 9 15:40:18 2017 +0100

    also expand filename for tipping reserve in backend
---
 src/backend/taler-merchant-httpd.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/backend/taler-merchant-httpd.c 
b/src/backend/taler-merchant-httpd.c
index cc6d840..c9b66a4 100644
--- 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,

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



reply via email to

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