mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-16 06:08:15 +00:00
add VirtualNetworkConfigOperation.fromInt
This commit is contained in:
@ -114,9 +114,8 @@ namespace {
|
||||
}
|
||||
|
||||
jobject operationObject = createVirtualNetworkConfigOperation(env, operation);
|
||||
if(operationObject == NULL)
|
||||
if(env->ExceptionCheck() || operationObject == NULL)
|
||||
{
|
||||
LOGE("Error creating VirtualNetworkConfigOperation object");
|
||||
return -101;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user