We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80e8922 commit 6524964Copy full SHA for 6524964
1 file changed
src/libsync/discovery.cpp
@@ -516,7 +516,7 @@ void ProcessDirectoryJob::processFileAnalyzeRemoteInfo(
516
// If the file exist or if there is another error, consider it is a new file.
517
postProcessServerNew();
518
return;
519
- } else if (OC_ENSURE(job->httpStatusCode() == 404)) {
+ } else if (job->httpStatusCode() == 404) {
520
// The file do not exist, it is a rename
521
522
// In case the deleted item was discovered in parallel
0 commit comments