From 368b9f8fcbd33cfc3106b2683a376422275a3c23 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Apr 2017 16:37:08 +0200 Subject: add test case for #3887 --- src/exchangedb/exchangedb_denomkeys.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/exchangedb/exchangedb_denomkeys.c') diff --git a/src/exchangedb/exchangedb_denomkeys.c b/src/exchangedb/exchangedb_denomkeys.c index 017960277..5ff3b5c51 100644 --- a/src/exchangedb/exchangedb_denomkeys.c +++ b/src/exchangedb/exchangedb_denomkeys.c @@ -54,7 +54,10 @@ TALER_EXCHANGEDB_denomination_key_revoke (const char *exchange_base_dir, ret = GNUNET_SYSERR; start = GNUNET_TIME_absolute_ntoh (dki->issue.properties.start); GNUNET_asprintf (&fn, - "%s" DIR_SEPARATOR_STR "%s" DIR_SEPARATOR_STR "%llu.rev", + "%s" DIR_SEPARATOR_STR + TALER_EXCHANGEDB_DIR_DENOMINATION_KEYS DIR_SEPARATOR_STR + "%s" DIR_SEPARATOR_STR + "%llu.rev", exchange_base_dir, alias, (unsigned long long) start.abs_value_us); -- cgit v1.2.3