Fix moon persistence.
This commit is contained in:
parent
9f7919f71f
commit
1d775af34a
4 changed files with 27 additions and 29 deletions
|
@ -220,7 +220,7 @@ ZT_ResultCode Node::processBackgroundTasks(uint64_t now,volatile uint64_t *nextB
|
|||
try {
|
||||
_lastPingCheck = now;
|
||||
|
||||
// Get relays and networks that need config without leaving the mutex locked
|
||||
// Get networks that need config without leaving mutex locked
|
||||
std::vector< SharedPtr<Network> > needConfig;
|
||||
{
|
||||
Mutex::Lock _l(_networks_m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue