make it match the last commit
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16485 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5a6c0ba4c8
commit
b72ed01332
|
@ -383,7 +383,7 @@ void FSHost::generalEventHandler(switch_event_t *event)
|
|||
_accounts.insert(gw, acc);
|
||||
emit newAccount(acc);
|
||||
}
|
||||
else if (strcmp(event->subclass_name, "sofia::gateway_del") == 0)
|
||||
else if (strcmp(event->subclass_name, "sofia::gateway_delete") == 0)
|
||||
{
|
||||
QSharedPointer<Account> acc = _accounts.take(switch_event_get_header_nil(event, "Gateway"));
|
||||
if (!acc.isNull())
|
||||
|
|
Loading…
Reference in New Issue