Skip to content

Commit

Permalink
add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Oct 3, 2024
1 parent 083e30c commit b641274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tunnel/src/main/cpp/keychain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ int android_rem_key(const char *name) {

jstring n = env->NewStringUTF(name);

jobject key = env->CallObjectMethod(android_keychain.store, methods.delKey, n);
env->CallObjectMethod(android_keychain.store, methods.delKey, n);
env->DeleteLocalRef(n);
return 0;
}
Expand Down

0 comments on commit b641274

Please sign in to comment.