mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Resynchronize on startup.
This commit is contained in:
parent
6ab95e0391
commit
c3b41c289d
1 changed files with 2 additions and 2 deletions
|
@ -539,8 +539,8 @@ Node::ReasonForTermination Node::run()
|
|||
uint64_t lastMulticastCheck = 0;
|
||||
long lastDelayDelta = 0;
|
||||
|
||||
uint64_t networkConfigurationFingerprint = _r->sysEnv->getNetworkConfigurationFingerprint(_r->nc->networkTapDeviceNames());
|
||||
_r->timeOfLastResynchronize = Utils::now();
|
||||
uint64_t networkConfigurationFingerprint = 0;
|
||||
_r->timeOfLastResynchronize = 0;
|
||||
|
||||
while (impl->reasonForTermination == NODE_RUNNING) {
|
||||
if (Utils::fileExists(shutdownIfUnreadablePath.c_str(),false)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue