summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-11 17:45:09 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2017-01-11 17:45:09 -0800
commit823a1963f6c32fe124c4c8de9292c7409c7b48af (patch)
tree8bca0a16090c0215aa1929074706a154988ff798
parent6513b214265225abc436dda60057902129dc23a5 (diff)
downloadinfinitytier-823a1963f6c32fe124c4c8de9292c7409c7b48af.tar.gz
infinitytier-823a1963f6c32fe124c4c8de9292c7409c7b48af.zip
init fix.
-rw-r--r--service/SoftwareUpdater.cpp4
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)
{
}