Fix compilation error.

This commit is contained in:
Ghislain MARY 2015-10-07 10:56:37 +02:00
parent c149a6da7e
commit a1c74ded6c

View file

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