Merge pull request #4645 from nextcloud/bugfix/windows-tests

Remove assert, it is no longer useful.
This commit is contained in:
Matthieu Gallien 2022-06-16 11:13:42 +02:00 committed by GitHub
commit d19841fa74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,8 +226,6 @@ void OCC::HydrationJob::slotCheckFolderEncryptedMetadata(const QJsonDocument &js
void OCC::HydrationJob::cancel()
{
Q_ASSERT(_signalSocket);
_isCancelled = true;
if (_job) {
_job->cancel();