mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
remove warning that produces all the time
This commit is contained in:
parent
5b145b6a62
commit
3e39cc5758
1 changed files with 1 additions and 3 deletions
|
|
@ -671,9 +671,7 @@ int sal_enable_tunnel(Sal *ctx, void *tunnelclient) {
|
|||
void sal_disable_tunnel(Sal *ctx) {
|
||||
#ifdef TUNNEL_ENABLED
|
||||
MSList *it;
|
||||
if(ctx->lpTunnel == NULL) {
|
||||
ortp_warning("sal_disable_tunnel(): no tunnel to disable");
|
||||
} else {
|
||||
if(ctx->lpTunnel) {
|
||||
belle_sip_provider_remove_listening_point(ctx->prov, ctx->lpTunnel);
|
||||
belle_sip_object_unref(ctx->lpTunnel);
|
||||
ctx->lpTunnel = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue