mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-18 15:18:17 +00:00
fix ANDROID-50: RESULT_ERROR_BAD_PARAMETER typo
This commit is contained in:
@ -69,7 +69,7 @@ jobject createResultObject(JNIEnv *env, ZT_ResultCode code)
|
|||||||
break;
|
break;
|
||||||
case ZT_RESULT_ERROR_BAD_PARAMETER:
|
case ZT_RESULT_ERROR_BAD_PARAMETER:
|
||||||
LOGV("ZT_RESULT_ERROR_BAD_PARAMETER");
|
LOGV("ZT_RESULT_ERROR_BAD_PARAMETER");
|
||||||
fieldName = "ZT_RESULT_ERROR_BAD_PARAMETER";
|
fieldName = "RESULT_ERROR_BAD_PARAMETER";
|
||||||
break;
|
break;
|
||||||
case ZT_RESULT_FATAL_ERROR_INTERNAL:
|
case ZT_RESULT_FATAL_ERROR_INTERNAL:
|
||||||
default:
|
default:
|
||||||
|
Reference in New Issue
Block a user