init fix.

This commit is contained in:
Adam Ierymenko 2017-01-11 17:45:09 -08:00
parent 6513b21426
commit 823a1963f6

View file

@ -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)
{
}