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:
parent
9ae0417cad
commit
adc3b1a25c
@ -103,6 +103,7 @@ public:
|
||||
: _chunk(0)
|
||||
, _transferid(0)
|
||||
, _size(0)
|
||||
, _modtime(0)
|
||||
, _errorCount(0)
|
||||
, _valid(false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user