mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Remove core argument in upnp_available in jni
This commit is contained in:
parent
66dd5cec66
commit
381690328a
1 changed files with 1 additions and 1 deletions
|
|
@ -2491,7 +2491,7 @@ extern "C" jlong Java_org_linphone_core_LinphoneCoreImpl_getConfig(JNIEnv *env,
|
|||
}
|
||||
|
||||
extern "C" jboolean Java_org_linphone_core_LinphoneCoreImpl_upnpAvailable(JNIEnv *env, jobject thiz, jlong lc) {
|
||||
return (jboolean) linphone_core_upnp_available((LinphoneCore *)lc);
|
||||
return (jboolean) linphone_core_upnp_available();
|
||||
}
|
||||
|
||||
extern "C" jint Java_org_linphone_core_LinphoneCoreImpl_getUpnpState(JNIEnv *env, jobject thiz, jlong lc) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue