зеркало из https://github.com/nextcloud/desktop.git
Check if signature is empty.
Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Родитель
e02cf85201
Коммит
8cce183ba4
|
@ -181,6 +181,11 @@ void FolderMetadata::setupExistingMetadata(const QByteArray &metadata)
|
|||
}
|
||||
}
|
||||
|
||||
if (_initialSignature.isEmpty()) {
|
||||
qCDebug(lcCseMetadata()) << "Signature is empty";
|
||||
return;
|
||||
}
|
||||
|
||||
if (!parseFileDropPart(metaDataDoc)) {
|
||||
qCDebug(lcCseMetadata()) << "Could not parse filedrop part";
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче