Skip to content

Commit

Permalink
Report client status error when signature is empty.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <[email protected]>
  • Loading branch information
camilasan authored and backportbot[bot] committed Oct 16, 2024
1 parent 938d04b commit 00db096
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsync/foldermetadata.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ void FolderMetadata::setupExistingMetadata(const QByteArray &metadata)

if (_initialSignature.isEmpty()) {
qCDebug(lcCseMetadata()) << "Signature is empty";
_account->reportClientStatus(OCC::ClientStatusReportingStatus::E2EeError_GeneralError);
return;
}

Expand Down

0 comments on commit 00db096

Please sign in to comment.