mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +02:00
init fix.
This commit is contained in:
parent
6513b21426
commit
823a1963f6
1 changed files with 3 additions and 1 deletions
|
@ -256,7 +256,9 @@ static BackgroundSoftwareUpdateChecker backgroundSoftwareUpdateChecker;
|
||||||
SoftwareUpdater::SoftwareUpdater(Node &node,const std::string &homePath) :
|
SoftwareUpdater::SoftwareUpdater(Node &node,const std::string &homePath) :
|
||||||
_node(node),
|
_node(node),
|
||||||
_lastCheckTime(0),
|
_lastCheckTime(0),
|
||||||
_homePath(homePath)
|
_homePath(homePath),
|
||||||
|
_latestBinLength(0),
|
||||||
|
_latestBinValid(false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue