]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
make it match the last commit
authorJoão Mesquita <jmesquita@freeswitch.org>
Sat, 23 Jan 2010 19:09:01 +0000 (19:09 +0000)
committerJoão Mesquita <jmesquita@freeswitch.org>
Sat, 23 Jan 2010 19:09:01 +0000 (19:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16485 d0543943-73ff-0310-b7d9-9358b9ac24b2

fscomm/fshost.cpp

index 8afc1e0ccdc6d4ca06f63d8d462b2c735a17becd..7acad440e89cceea4fb2106b789a1d8c17ff3a09 100644 (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())