mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-06 13:01:47 -07:00
temp fix for ANDROID-56: crash inside newNetworkConfig from too many args
This commit is contained in:
parent
eedf270127
commit
dd627cd7f4
3 changed files with 46 additions and 32 deletions
|
@ -307,8 +307,11 @@ jobject newNetworkConfig(JNIEnv *env, const ZT_VirtualNetworkConfig &vnetConfig)
|
|||
vnetConfig.dhcp,
|
||||
vnetConfig.bridge,
|
||||
vnetConfig.broadcastEnabled,
|
||||
vnetConfig.portError,
|
||||
vnetConfig.netconfRevision,
|
||||
//
|
||||
// ANDROID-56: temporarily remove parameters to prevent crashing
|
||||
//
|
||||
// vnetConfig.portError,
|
||||
// vnetConfig.netconfRevision,
|
||||
assignedAddrArrayObj,
|
||||
routesArrayObj,
|
||||
dnsObj);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue