More OCD.. again this one was me

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12438 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-03-05 04:07:50 +00:00
parent 476fefa43c
commit f996890d1c
1 changed files with 1 additions and 1 deletions

View File

@ -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);