From 0fe857bfca77e2ca18db80aff57516673df189a0 Mon Sep 17 00:00:00 2001 From: Benjamin Reis Date: Wed, 21 Mar 2018 14:37:15 +0100 Subject: [PATCH] fix build --- src/conference/handlers/local-conference-list-event-handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conference/handlers/local-conference-list-event-handler.cpp b/src/conference/handlers/local-conference-list-event-handler.cpp index 8cadb363c..35dcead7a 100644 --- a/src/conference/handlers/local-conference-list-event-handler.cpp +++ b/src/conference/handlers/local-conference-list-event-handler.cpp @@ -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);