diff options
Diffstat (limited to 'src/exchangedb/exchangedb_denomkeys.c')
-rw-r--r-- | src/exchangedb/exchangedb_denomkeys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/exchangedb_denomkeys.c b/src/exchangedb/exchangedb_denomkeys.c index be2ee66b2..fad15cd54 100644 --- a/src/exchangedb/exchangedb_denomkeys.c +++ b/src/exchangedb/exchangedb_denomkeys.c | |||
@@ -164,7 +164,7 @@ TALER_EXCHANGEDB_denomination_key_read (const char *filename, | |||
164 | (GNUNET_TIME_absolute_ntoh ( | 164 | (GNUNET_TIME_absolute_ntoh ( |
165 | dki->issue.properties.expire_withdraw)).rel_value_us) | 165 | dki->issue.properties.expire_withdraw)).rel_value_us) |
166 | { | 166 | { |
167 | if (0 != UNLINK (filename)) | 167 | if (0 != unlink (filename)) |
168 | { | 168 | { |
169 | GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, | 169 | GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR, |
170 | "unlink", | 170 | "unlink", |