Skip to content

Commit

Permalink
Merge pull request #6055 from nextcloud/backport/6053/stable-3.9
Browse files Browse the repository at this point in the history
[stable-3.9] once we call done on a sync file item, return is needed
  • Loading branch information
mgallien authored Sep 14, 2023
2 parents d522460 + 6340ced commit 3778e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/propagatedownload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,7 @@ void PropagateDownloadFile::downloadFinished()
QString error;
if (!propagator()->createConflict(_item, _associatedComposite, &error)) {
done(SyncFileItem::SoftError, error, ErrorCategory::GenericError);
return;
} else {
previousFileExists = false;
}
Expand Down

0 comments on commit 3778e43

Please sign in to comment.