Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
e059e010
Commit
e059e010
authored
Feb 12, 2013
by
Yann Diorcet
Browse files
Remove proxy & auth clear at core start in jni
parent
bdf69fd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
coreapi/linphonecore_jni.cc
coreapi/linphonecore_jni.cc
+0
-4
No files found.
coreapi/linphonecore_jni.cc
View file @
e059e010
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment