Skip to content

Commit

Permalink
Do not abort sync on normal error.
Browse files Browse the repository at this point in the history
Signed-off-by: alex-z <blackslayer4@gmail.com>
  • Loading branch information
allexzander committed Aug 31, 2023
1 parent 536e09f commit 23d3761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/owncloudpropagator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,7 @@ void PropagateDirectory::slotFirstJobFinished(SyncFileItem::Status status)
_firstJob.take()->deleteLater();

if (status != SyncFileItem::Success
&& status != SyncFileItem::NormalError
&& status != SyncFileItem::Restoration
&& status != SyncFileItem::Conflict) {
if (_state != Finished) {
Expand Down

0 comments on commit 23d3761

Please sign in to comment.