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 #5277.


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Fix #5277.
Date: Fri, 29 Jun 2018 15:15:22 +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 124ae0d  Fix #5277.
124ae0d is described below

commit 124ae0d5a2ed0bde0944a3be75f72b7a02d1d1cf
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 29 15:15:07 2018 +0200

    Fix #5277.
---
 src/exchange-lib/testing_api_cmd_exec_auditor-sign.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c 
b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
index 7bbf6d6..e589dbc 100644
--- a/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
+++ b/src/exchange-lib/testing_api_cmd_exec_auditor-sign.c
@@ -68,6 +68,7 @@ auditor_sign_run (void *cls,
   char *test_home_dir;
   char *signed_keys_out;
   char *exchange_master_pub;
+  struct GNUNET_TIME_Absolute now;
 
   cfg = GNUNET_CONFIGURATION_create ();
   if (GNUNET_OK != GNUNET_CONFIGURATION_load
@@ -93,10 +94,12 @@ auditor_sign_run (void *cls,
     return;
   }
 
-  GNUNET_asprintf (&signed_keys_out,
-                   "%s/.local/share/taler/auditors/auditor.out",
-                   test_home_dir);
-
+  now = GNUNET_TIME_absolute_get ();
+  GNUNET_asprintf
+    (&signed_keys_out,
+     "%s/.local/share/taler/auditors/auditor-%llu.out",
+     test_home_dir,
+     (unsigned long long) now.abs_value_us);
 
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (cfg,

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



reply via email to

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