From a1c74ded6cf17d16b48fb50f265e3a6d9029612e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 7 Oct 2015 10:56:37 +0200 Subject: [PATCH] Fix compilation error. --- coreapi/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/callbacks.c b/coreapi/callbacks.c index e620f1fe1..e37df6ecd 100644 --- a/coreapi/callbacks.c +++ b/coreapi/callbacks.c @@ -704,8 +704,8 @@ static void call_updating(SalOp *op, bool_t is_update){ if (call->state!=LinphoneCallPaused){ /*Refresh the local description, but in paused state, we don't change anything.*/ if (rmd == NULL && lp_config_get_int(call->core->config,"sip","sdp_200_ack_follow_video_policy",0)) { - ms_message("Applying default policy for offering SDP on call [%p]",call); LinphoneCallParams *p=linphone_core_create_default_call_parameters (lc); + ms_message("Applying default policy for offering SDP on call [%p]",call); linphone_call_set_new_params(call, p); linphone_call_params_destroy(p); }