projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4890df0
)
Remove assert, it is no longer useful.
author
Camila
<hello@camila.codes>
Wed, 15 Jun 2022 14:34:26 +0000
(16:34 +0200)
committer
Matthieu Gallien
<matthieu_gallien@yahoo.fr>
Thu, 16 Jun 2022 08:39:47 +0000
(10:39 +0200)
Signed-off-by: Camila <hello@camila.codes>
src/libsync/vfs/cfapi/hydrationjob.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/vfs/cfapi/hydrationjob.cpp
b/src/libsync/vfs/cfapi/hydrationjob.cpp
index 3f437961a58312bf42030672390880289dbd7774..8dae32cc44793974b8ae5971ed901947f46bb56e 100644
(file)
--- a/
src/libsync/vfs/cfapi/hydrationjob.cpp
+++ b/
src/libsync/vfs/cfapi/hydrationjob.cpp
@@
-226,8
+226,6
@@
void OCC::HydrationJob::slotCheckFolderEncryptedMetadata(const QJsonDocument &js
void OCC::HydrationJob::cancel()
{
- Q_ASSERT(_signalSocket);
-
_isCancelled = true;
if (_job) {
_job->cancel();