Fix compilation.

This commit is contained in:
Ghislain MARY 2016-03-07 10:45:30 +01:00
parent 6f18af09e5
commit 934089d0a2

View file

@ -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);