From: Brian West Date: Wed, 27 May 2009 02:21:56 +0000 (+0000) Subject: audit X-Git-Tag: v1.0.4~755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee95f09c7e3a871bbc86f44f1a87ed385dff59f4;p=thirdparty%2Ffreeswitch.git audit git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13451 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index 0be1651a66..aeb5fb7c49 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -4282,7 +4282,6 @@ SWITCH_STANDARD_API(conf_api_main) switch_safe_free(lbuf); return status; - } /* generate an outbound call from the conference */ @@ -5364,7 +5363,6 @@ static switch_status_t chat_send(const char *proto, const char *from, const char switch_copy_string(name, to, sizeof(name)); } - if (!(conference = conference_find(name))) { switch_core_chat_send(proto, CONF_CHAT_PROTO, to, hint && strchr(hint, '/') ? hint : from, "", "Conference not active.", NULL, NULL); return SWITCH_STATUS_FALSE;