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:
João Mesquita 2010-01-23 19:09:01 +00:00
parent 5a6c0ba4c8
commit b72ed01332
1 changed files with 1 additions and 1 deletions

View File

@ -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())