gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix path generation


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix path generation.
Date: Thu, 03 May 2018 10:33:54 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 7d2fbc4  fix path generation.
7d2fbc4 is described below

commit 7d2fbc47968fbcf5cc654bfa4c218f8acb474e47
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu May 3 10:33:29 2018 +0200

    fix path generation.
---
 src/exchange-lib/test_exchange_api.conf   | 1 +
 src/exchange-tools/taler-exchange-keyup.c | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/exchange-lib/test_exchange_api.conf 
b/src/exchange-lib/test_exchange_api.conf
index 8c8bd7e..f03b3e6 100644
--- a/src/exchange-lib/test_exchange_api.conf
+++ b/src/exchange-lib/test_exchange_api.conf
@@ -1,3 +1,4 @@
+
 # This file is in the public domain.
 #
 [PATHS]
diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 9842a37..9946eac 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -935,7 +935,7 @@ create_wire_fee_for_method (void *cls,
                    "fees-%s",
                    wiremethod);
   GNUNET_asprintf (&fn,
-                   "%s%s.fee",
+                   "%s/%s.fee",
                    feedir,
                    wiremethod);
   af_head = NULL;

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



reply via email to

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