mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix unerased proxy configs
This commit is contained in:
parent
f514eb5e80
commit
5c88825b49
1 changed files with 2 additions and 0 deletions
|
|
@ -3661,6 +3661,8 @@ void sip_config_uninit(LinphoneCore *lc)
|
|||
linphone_proxy_config_write_to_config_file(lc->config,cfg,i);
|
||||
linphone_proxy_config_edit(cfg); /* to unregister */
|
||||
}
|
||||
/*to ensure remove configs are erased:*/
|
||||
linphone_proxy_config_write_to_config_file(lc->config,NULL,i);
|
||||
|
||||
for (i=0;i<20;i++){
|
||||
linphone_core_iterate(lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue