From 50c559964908d94c470c0d306d087a1e4c27f5d1 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 14 Oct 2015 14:39:04 +0200 Subject: [PATCH] fix bad merge --- coreapi/linphonecall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index e850691ee..dd9ed3e15 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -1785,6 +1785,7 @@ const LinphoneCallParams * linphone_call_get_remote_params(LinphoneCall *call){ SalMediaDescription *md; const SalCustomHeader *ch; + md=sal_call_get_remote_media_description(call->op); if (md) { SalStreamDescription *sd; unsigned int i;