Skip to content

Commit

Permalink
pt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
glimberg committed Apr 22, 2019
1 parent 71ae678 commit 87c75d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions java/jni/com_zerotierone_sdk_Node.cpp
Expand Up @@ -872,8 +872,6 @@ JNIEXPORT jobject JNICALL Java_com_zerotier_sdk_Node_node_1init(
return resultObject;
}

uint64_t nodeId = ZT_Node_address(node);

ZeroTier::Mutex::Lock lock(nodeMapMutex);
ref->node = node;
nodeMap.insert(std::make_pair(ref->id, ref));
Expand Down

0 comments on commit 87c75d0

Please sign in to comment.