mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Disable inode check for all platforms. (core #4953)
This commit is contained in:
parent
df3020ee91
commit
3421f1871f
@ -215,7 +215,7 @@ static int _csync_detect_update(CSYNC *ctx, const char *file,
|
||||
}
|
||||
if((ctx->current == REMOTE_REPLICA && !c_streq(fs->md5, tmp->md5 ))
|
||||
|| (ctx->current == LOCAL_REPLICA && (fs->mtime != tmp->modtime
|
||||
#ifndef _WIN32
|
||||
#if 0
|
||||
|| fs->inode != tmp->inode
|
||||
#endif
|
||||
))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user