mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Remove proxy & auth clear at core start in jni
This commit is contained in:
parent
bdf69fd48c
commit
e059e01097
1 changed files with 0 additions and 4 deletions
|
|
@ -532,10 +532,6 @@ extern "C" jlong Java_org_linphone_core_LinphoneCoreImpl_newLinphoneCore(JNIEnv*
|
|||
,userConfig
|
||||
,factoryConfig
|
||||
,ldata);
|
||||
//clear auth info list
|
||||
linphone_core_clear_all_auth_info((LinphoneCore*) nativePtr);
|
||||
//clear existing proxy config
|
||||
linphone_core_clear_proxy_config((LinphoneCore*) nativePtr);
|
||||
|
||||
if (userConfig) env->ReleaseStringUTFChars(juserConfig, userConfig);
|
||||
if (factoryConfig) env->ReleaseStringUTFChars(jfactoryConfig, factoryConfig);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue