return when ending processing a notify

This commit is contained in:
Benjamin Reis 2018-03-26 10:21:42 +02:00
parent 76995b4a30
commit 17058aa250

View file

@ -142,6 +142,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont
return;
handler->notifyReceived(xmlBody);
return;
}
list<Content> contents = ContentManager::multipartToContentList(*notifyContent);