Skip to content

Commit

Permalink
Assign invalid filename on server syncfileitem status to items with f…
Browse files Browse the repository at this point in the history
…orbidden filenames

Signed-off-by: Claudio Cambra <[email protected]>
  • Loading branch information
claucambra committed Aug 20, 2024
1 parent 35180c7 commit 26d3220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ bool ProcessDirectoryJob::handleExcluded(const QString &path, const Entries &ent
break;
case CSYNC_FILE_EXCLUDE_SERVER_BLACKLISTED:
item->_errorString = tr("The filename is blacklisted on the server.");
item->_status = SyncFileItem::FileNameInvalidOnServer;
break;
}
}
Expand Down

0 comments on commit 26d3220

Please sign in to comment.