mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-14 13:18:21 +00:00
More Central work.
This commit is contained in:
@ -1175,7 +1175,7 @@ void EmbeddedNetworkController::_request(
|
||||
ms.lastRequestTime = now;
|
||||
}
|
||||
|
||||
_db->nodeIsOnline(identity.address().toInt());
|
||||
_db->nodeIsOnline(nwid,identity.address().toInt());
|
||||
|
||||
Utils::hex(nwid,nwids);
|
||||
_db->get(nwid,network,identity.address().toInt(),member,ns);
|
||||
|
Reference in New Issue
Block a user