1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-05-07 17:34:09 +02:00

initialize _modtime to prevent undefined usage

Signed-off-by: Dominique Fuchs <32204802+DominiqueFuchs@users.noreply.github.com>
(cherry picked from commit ab3d0141ec)
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Dominique Fuchs 2019-09-09 18:16:44 +02:00 committed by Michael Schuster
parent 9ae0417cad
commit adc3b1a25c
No known key found for this signature in database
GPG Key ID: 00819E3BF4177B28

View File

@ -103,6 +103,7 @@ public:
: _chunk(0)
, _transferid(0)
, _size(0)
, _modtime(0)
, _errorCount(0)
, _valid(false)
{