diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-27 15:35:21 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-27 15:35:21 -0800 |
| commit | 1d775af34a5efa6008256d1bfa742c28ee7152ab (patch) | |
| tree | 48474f0744ceb046b785a83926216a646e9d9111 /node/Node.cpp | |
| parent | 9f7919f71f6b4326e73759923d2cf747affc0244 (diff) | |
| download | infinitytier-1d775af34a5efa6008256d1bfa742c28ee7152ab.tar.gz infinitytier-1d775af34a5efa6008256d1bfa742c28ee7152ab.zip | |
Fix moon persistence.
Diffstat (limited to 'node/Node.cpp')
| -rw-r--r-- | node/Node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Node.cpp b/node/Node.cpp index f5ee1f9d..c4a40395 100644 --- a/node/Node.cpp +++ b/node/Node.cpp @@ -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); |
