mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
fix call to networkConfig to pass the network id
Signed-off-by: Grant Limberg <glimberg@gmail.com>
This commit is contained in:
parent
a1a35e0279
commit
f5bb57d5aa
1 changed files with 2 additions and 2 deletions
|
@ -98,10 +98,10 @@ JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_status
|
|||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
* Method: networkConfig
|
||||
* Signature: (J)Lcom/zerotierone/sdk/VirtualNetworkConfig;
|
||||
* Signature: (JJ)Lcom/zerotierone/sdk/VirtualNetworkConfig;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_com_zerotierone_sdk_Node_networkConfig
|
||||
(JNIEnv *, jobject, jlong);
|
||||
(JNIEnv *, jobject, jlong, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_zerotierone_sdk_Node
|
||||
|
|
Loading…
Add table
Reference in a new issue