We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76075b6 commit a45e96bCopy full SHA for a45e96b
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