remove comment characters
This commit is contained in:
parent
7f0ace729c
commit
f2efbdce30
@ -781,7 +781,7 @@ dav_tidy_cache(void)
|
|||||||
}
|
}
|
||||||
if (ret == EACCES || ret == EINVAL || ret == ENOENT
|
if (ret == EACCES || ret == EINVAL || ret == ENOENT
|
||||||
|| ret == EPERM || ret == ENOSPC || ret == EEXIST
|
|| ret == EPERM || ret == ENOSPC || ret == EEXIST
|
||||||
/*|| set_next_upload_attempt(node) < 0*/) {
|
|| set_next_upload_attempt(node) < 0) {
|
||||||
dav_unlock(node->path, &node->lock_expire);
|
dav_unlock(node->path, &node->lock_expire);
|
||||||
delete_cache_file(node->parent);
|
delete_cache_file(node->parent);
|
||||||
node->parent->utime = 0;
|
node->parent->utime = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user