diff --git a/src/conference/handlers/remote-conference-list-event-handler.cpp b/src/conference/handlers/remote-conference-list-event-handler.cpp index 9456be743..52e1df22a 100644 --- a/src/conference/handlers/remote-conference-list-event-handler.cpp +++ b/src/conference/handlers/remote-conference-list-event-handler.cpp @@ -142,6 +142,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont return; handler->notifyReceived(xmlBody); + return; } list contents = ContentManager::multipartToContentList(*notifyContent);