File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1662,14 +1662,14 @@ void ProcessDirectoryJob::processFileFinalize(
1662
1662
}
1663
1663
}
1664
1664
1665
- if (_discoveryData->_syncOptions ._vfs &&
1665
+ if (_discoveryData->_syncOptions ._vfs && _discoveryData-> _syncOptions . _vfs -> mode () != OCC::Vfs::Off &&
1666
1666
(item->_type == CSyncEnums::ItemTypeFile || item->_type == CSyncEnums::ItemTypeDirectory) &&
1667
1667
item->_instruction == CSyncEnums::CSYNC_INSTRUCTION_NONE &&
1668
1668
!_discoveryData->_syncOptions ._vfs ->isPlaceHolderInSync (_discoveryData->_localDir + path._local )) {
1669
1669
item->_instruction = CSyncEnums::CSYNC_INSTRUCTION_UPDATE_VFS_METADATA;
1670
1670
}
1671
1671
1672
- if (_discoveryData->_syncOptions ._vfs &&
1672
+ if (_discoveryData->_syncOptions ._vfs && _discoveryData-> _syncOptions . _vfs -> mode () != OCC::Vfs::Off &&
1673
1673
(item->_type == CSyncEnums::ItemTypeFile || item->_type == CSyncEnums::ItemTypeDirectory) &&
1674
1674
item->_instruction == CSyncEnums::CSYNC_INSTRUCTION_NONE &&
1675
1675
FileSystem::isLnkFile ((_discoveryData->_localDir + path._local )) &&
You can’t perform that action at this time.
0 commit comments