From: João Mesquita Date: Sat, 23 Jan 2010 19:09:01 +0000 (+0000) Subject: make it match the last commit X-Git-Tag: v1.0.6~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b72ed013327cf2da85e7df0abe7a1d0c19cbb471;p=thirdparty%2Ffreeswitch.git make it match the last commit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16485 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/fscomm/fshost.cpp b/fscomm/fshost.cpp index 8afc1e0ccd..7acad440e8 100644 --- a/fscomm/fshost.cpp +++ b/fscomm/fshost.cpp @@ -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 acc = _accounts.take(switch_event_get_header_nil(event, "Gateway")); if (!acc.isNull())