We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76075b6 + a45e96b commit c6b1a0dCopy full SHA for c6b1a0d
src/libsync/discovery.cpp
@@ -1679,7 +1679,7 @@ void ProcessDirectoryJob::processFileFinalize(
1679
item->_type = CSyncEnums::ItemTypeVirtualFileDehydration;
1680
}
1681
1682
- if (item->_instruction != CSyncEnums::CSYNC_INSTRUCTION_NONE &&
+ if (item->_instruction == CSyncEnums::CSYNC_INSTRUCTION_NONE &&
1683
!item->isDirectory() &&
1684
_discoveryData->_syncOptions._vfs &&
1685
_discoveryData->_syncOptions._vfs->mode() == OCC::Vfs::Off &&
0 commit comments