Fix TestDownload: _ignore_hidden_files was not properly initialized

This commit is contained in:
Olivier Goffart 2018-08-06 12:37:39 +02:00 committed by Kevin Ottens
parent b6487181c6
commit 8f3ce6e520
No known key found for this signature in database
GPG key ID: 074BBBCB8DECC9E2

View file

@ -278,7 +278,7 @@ private:
int _backInTimeFiles;
// If ignored files should be ignored
bool _ignore_hidden_files;
bool _ignore_hidden_files = false;
int _uploadLimit;