mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-11 02:34:10 +02:00
Make sure bool _currentLockingInProgress is first defined to false
This commit is contained in:
parent
a7a8de8787
commit
6e63a538b7
@ -67,7 +67,7 @@ private:
|
||||
SyncFileItemPtr _item;
|
||||
|
||||
QElapsedTimer _folderLockFirstTry;
|
||||
bool _currentLockingInProgress;
|
||||
bool _currentLockingInProgress = false;
|
||||
|
||||
QByteArray _generatedKey;
|
||||
QByteArray _generatedIv;
|
||||
|
Loading…
Reference in New Issue
Block a user