Fix #5277.
This commit is contained in:
parent
b9fa9bc48b
commit
124ae0d5a2
@ -68,6 +68,7 @@ auditor_sign_run (void *cls,
|
|||||||
char *test_home_dir;
|
char *test_home_dir;
|
||||||
char *signed_keys_out;
|
char *signed_keys_out;
|
||||||
char *exchange_master_pub;
|
char *exchange_master_pub;
|
||||||
|
struct GNUNET_TIME_Absolute now;
|
||||||
|
|
||||||
cfg = GNUNET_CONFIGURATION_create ();
|
cfg = GNUNET_CONFIGURATION_create ();
|
||||||
if (GNUNET_OK != GNUNET_CONFIGURATION_load
|
if (GNUNET_OK != GNUNET_CONFIGURATION_load
|
||||||
@ -93,10 +94,12 @@ auditor_sign_run (void *cls,
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
GNUNET_asprintf (&signed_keys_out,
|
now = GNUNET_TIME_absolute_get ();
|
||||||
"%s/.local/share/taler/auditors/auditor.out",
|
GNUNET_asprintf
|
||||||
test_home_dir);
|
(&signed_keys_out,
|
||||||
|
"%s/.local/share/taler/auditors/auditor-%llu.out",
|
||||||
|
test_home_dir,
|
||||||
|
(unsigned long long) now.abs_value_us);
|
||||||
|
|
||||||
if (GNUNET_OK !=
|
if (GNUNET_OK !=
|
||||||
GNUNET_CONFIGURATION_get_value_string (cfg,
|
GNUNET_CONFIGURATION_get_value_string (cfg,
|
||||||
|
Loading…
Reference in New Issue
Block a user