fix ANDROID-50: RESULT_ERROR_BAD_PARAMETER typo

This commit is contained in:
Brenton Bostick 2023-01-31 09:53:49 -05:00
parent 5be92a96df
commit 87edbb2d3a

View File

@ -69,7 +69,7 @@ jobject createResultObject(JNIEnv *env, ZT_ResultCode code)
break;
case ZT_RESULT_ERROR_BAD_PARAMETER:
LOGV("ZT_RESULT_ERROR_BAD_PARAMETER");
fieldName = "ZT_RESULT_ERROR_BAD_PARAMETER";
fieldName = "RESULT_ERROR_BAD_PARAMETER";
break;
case ZT_RESULT_FATAL_ERROR_INTERNAL:
default: