From f996890d1ced3e89020149b6fa68b95f59e06891 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 5 Mar 2009 04:07:50 +0000 Subject: [PATCH] More OCD.. again this one was me git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12438 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_conference/mod_conference.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index a77764d7f5..f3dde9ec31 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -3694,7 +3694,7 @@ static switch_status_t conf_api_sub_transfer(conference_obj_t *conference, switc conference_add_member(new_conference, member); if (conference->rate != new_conference->rate) { - if(setup_media(member, new_conference)) { + if (setup_media(member, new_conference)) { switch_clear_flag_locked(member, MFLAG_RUNNING); } else { switch_channel_set_flag(channel, CF_SERVICE);