From: Brian West Date: Thu, 5 Mar 2009 04:07:50 +0000 (+0000) Subject: More OCD.. again this one was me X-Git-Tag: v1.0.4~1671 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f996890d1ced3e89020149b6fa68b95f59e06891;p=thirdparty%2Ffreeswitch.git More OCD.. again this one was me git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12438 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 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);