remove comment characters

This commit is contained in:
wbaumann 2009-06-07 20:22:13 +00:00
parent 7f0ace729c
commit f2efbdce30

View File

@ -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;