Changes to address issues brought up by the security review.
This commit is contained in:
@@ -130,8 +130,8 @@ ServiceRequests(void)
|
||||
{
|
||||
// Helper class found, now get the id of the method that we invoke
|
||||
jmethodID mId = g_env->GetStaticMethodID(helperClass,
|
||||
authTokenClassValidateMethodName,
|
||||
"(Ljava/lang/String;)Ljava/lang/String;");
|
||||
authTokenClassValidateMethodName,
|
||||
"(Ljava/lang/String;)Ljava/lang/String;");
|
||||
if (mId)
|
||||
{
|
||||
// Loop until told to terminate
|
||||
|
||||
Reference in New Issue
Block a user