diff options
| author | Adam Ierymenko <[email protected]> | 2017-01-11 17:45:09 -0800 |
|---|---|---|
| committer | Adam Ierymenko <[email protected]> | 2017-01-11 17:45:09 -0800 |
| commit | 823a1963f6c32fe124c4c8de9292c7409c7b48af (patch) | |
| tree | 8bca0a16090c0215aa1929074706a154988ff798 /service/SoftwareUpdater.cpp | |
| parent | 6513b214265225abc436dda60057902129dc23a5 (diff) | |
init fix.
Diffstat (limited to 'service/SoftwareUpdater.cpp')
| -rw-r--r-- | service/SoftwareUpdater.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/service/SoftwareUpdater.cpp b/service/SoftwareUpdater.cpp index a9f62d81..b87cfe72 100644 --- a/service/SoftwareUpdater.cpp +++ b/service/SoftwareUpdater.cpp @@ -256,7 +256,9 @@ static BackgroundSoftwareUpdateChecker backgroundSoftwareUpdateChecker; SoftwareUpdater::SoftwareUpdater(Node &node,const std::string &homePath) : _node(node), _lastCheckTime(0), - _homePath(homePath) + _homePath(homePath), + _latestBinLength(0), + _latestBinValid(false) { } |
