mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
pt 2
This commit is contained in:
parent
71ae678930
commit
87c75d033e
1 changed files with 0 additions and 2 deletions
|
@ -872,8 +872,6 @@ JNIEXPORT jobject JNICALL Java_com_zerotier_sdk_Node_node_1init(
|
||||||
return resultObject;
|
return resultObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint64_t nodeId = ZT_Node_address(node);
|
|
||||||
|
|
||||||
ZeroTier::Mutex::Lock lock(nodeMapMutex);
|
ZeroTier::Mutex::Lock lock(nodeMapMutex);
|
||||||
ref->node = node;
|
ref->node = node;
|
||||||
nodeMap.insert(std::make_pair(ref->id, ref));
|
nodeMap.insert(std::make_pair(ref->id, ref));
|
||||||
|
|
Loading…
Add table
Reference in a new issue