UNLINK -> unlink
This commit is contained in:
parent
4428469556
commit
8e70b3ff98
@ -164,7 +164,7 @@ TALER_EXCHANGEDB_denomination_key_read (const char *filename,
|
||||
(GNUNET_TIME_absolute_ntoh (
|
||||
dki->issue.properties.expire_withdraw)).rel_value_us)
|
||||
{
|
||||
if (0 != UNLINK (filename))
|
||||
if (0 != unlink (filename))
|
||||
{
|
||||
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
|
||||
"unlink",
|
||||
|
@ -78,7 +78,7 @@ signkeys_iterate_dir_iter (void *cls,
|
||||
if (0 == GNUNET_TIME_absolute_get_remaining
|
||||
(GNUNET_TIME_absolute_ntoh (issue.issue.expire)).rel_value_us)
|
||||
{
|
||||
if (0 != UNLINK (filename))
|
||||
if (0 != unlink (filename))
|
||||
{
|
||||
GNUNET_log_strerror_file (GNUNET_ERROR_TYPE_ERROR,
|
||||
"unlink",
|
||||
|
Loading…
Reference in New Issue
Block a user