mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix tunnel compilation
This commit is contained in:
parent
8da97fe4c1
commit
310f6504a4
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