forked from mirrors/linphone-iphone
return when ending processing a notify
This commit is contained in:
parent
76995b4a30
commit
17058aa250
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ void RemoteConferenceListEventHandler::notifyReceived (const Content *notifyCont
|
|||
return;
|
||||
|
||||
handler->notifyReceived(xmlBody);
|
||||
return;
|
||||
}
|
||||
|
||||
list<Content> contents = ContentManager::multipartToContentList(*notifyContent);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue