mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Remove core argument in upnp_available in jni
This commit is contained in:
parent
ba73c854ce
commit
415f845f3a
1 changed files with 1 additions and 1 deletions
|
|
@ -2507,7 +2507,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