From 823a1963f6c32fe124c4c8de9292c7409c7b48af Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Wed, 11 Jan 2017 17:45:09 -0800 Subject: init fix. --- service/SoftwareUpdater.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) { } -- cgit v1.2.3