diff options
-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) { } |