1
0
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:
Daniel Nicoletti 2018-04-03 16:38:10 -03:00 committed by Tomaz Canabrava
parent a7a8de8787
commit 6e63a538b7

View File

@ -67,7 +67,7 @@ private:
SyncFileItemPtr _item;
QElapsedTimer _folderLockFirstTry;
bool _currentLockingInProgress;
bool _currentLockingInProgress = false;
QByteArray _generatedKey;
QByteArray _generatedIv;