summaryrefslogtreecommitdiff
path: root/src/exchangedb/exchangedb_denomkeys.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-04-10 16:37:08 +0200
committerChristian Grothoff <christian@grothoff.org>2017-04-10 16:37:08 +0200
commit368b9f8fcbd33cfc3106b2683a376422275a3c23 (patch)
tree5dd69d119d69a035fd271481f2e51782f18f9e4d /src/exchangedb/exchangedb_denomkeys.c
parent2684327176f5e4aab35d1c25b32b37a4c065fadd (diff)
downloadexchange-368b9f8fcbd33cfc3106b2683a376422275a3c23.tar.gz
exchange-368b9f8fcbd33cfc3106b2683a376422275a3c23.tar.bz2
exchange-368b9f8fcbd33cfc3106b2683a376422275a3c23.zip
add test case for #3887
Diffstat (limited to 'src/exchangedb/exchangedb_denomkeys.c')
-rw-r--r--src/exchangedb/exchangedb_denomkeys.c5
1 files changed, 4 insertions, 1 deletions
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);