From 934089d0a2082cb68b9da6248a9ba6987376f7c9 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Mon, 7 Mar 2016 10:45:30 +0100 Subject: [PATCH] Fix compilation. --- coreapi/linphonecall.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index e01da00a5..acad05698 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -4290,8 +4290,7 @@ static void handle_ice_events(LinphoneCall *call, OrtpEvent *ev){ linphone_core_update_ice_state_in_call_stats(call); linphone_call_params_unref(params); } else if (evt == ORTP_EVENT_ICE_GATHERING_FINISHED) { - - if (! evd->info.ice_processing_successful==TRUE) { + if (evd->info.ice_processing_successful==FALSE) { ms_warning("No STUN answer from [%s], continuing without STUN",linphone_core_get_stun_server(call->core)); } linphone_call_on_ice_gathering_finished(call);