We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3d72d commit 9adc7e3Copy full SHA for 9adc7e3
src/libsync/discovery.cpp
@@ -561,7 +561,7 @@ void ProcessDirectoryJob::processFileAnalyzeRemoteInfo(
561
// If the file exist or if there is another error, consider it is a new file.
562
postProcessServerNew();
563
return;
564
- } else if (OC_ENSURE(job->httpStatusCode() == 404)) {
+ } else if (job->httpStatusCode() == 404) {
565
// The file do not exist, it is a rename
566
567
// In case the deleted item was discovered in parallel
0 commit comments