mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 17:37:36 +03:00
Disable inode check for all platforms. (core #4953)
This commit is contained in:
parent
8f1e318cde
commit
c34b861332
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,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 a new issue