mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Merge branch 'master' of git.linphone.org:linphone
* 'master' of git.linphone.org:linphone: fix tunnel compilation
This commit is contained in:
commit
9380f1c988
1 changed files with 1 additions and 1 deletions
|
|
@ -5481,7 +5481,7 @@ void sip_config_uninit(LinphoneCore *lc)
|
|||
/*now that we are unregisted, there is no more channel using tunnel socket we no longer need the tunnel.*/
|
||||
#ifdef TUNNEL_ENABLED
|
||||
if (lc->tunnel) {
|
||||
linphone_tunnel_destroy(lc->tunnel);
|
||||
linphone_tunnel_ref(lc->tunnel);
|
||||
lc->tunnel=NULL;
|
||||
ms_message("Tunnel destroyed.");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue