From b72ed013327cf2da85e7df0abe7a1d0c19cbb471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Mesquita?= Date: Sat, 23 Jan 2010 19:09:01 +0000 Subject: [PATCH] make it match the last commit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16485 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- fscomm/fshost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())