mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
fix build
This commit is contained in:
parent
d3bd85918a
commit
0fe857bfca
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ void LocalConferenceListEventHandler::subscribeReceived (LinphoneEvent *lev, con
|
|||
Content content;
|
||||
if (notifyId > 0) {
|
||||
ContentType contentType(ContentType::Multipart);
|
||||
contentType.setParameter("boundary=" + string(MultipartBoundary));
|
||||
contentType.addParameter("boundary", string(MultipartBoundary));
|
||||
content.setContentType(contentType);
|
||||
} else
|
||||
content.setContentType(ContentType::ConferenceInfo);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue