Revert "FS-3996 --resolve stop conference recording when only 1 person left"

This reverts commit 05895faa77.
This commit is contained in:
Jeff Lenk 2013-03-18 12:41:07 -05:00
parent c9a5a98c41
commit f05b493367
1 changed files with 1 additions and 1 deletions

View File

@ -3932,7 +3932,7 @@ static void *SWITCH_THREAD_FUNC conference_record_thread_run(switch_thread_t *th
switch_event_fire(&event);
}
while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count > 1) {
while (switch_test_flag(member, MFLAG_RUNNING) && switch_test_flag(conference, CFLAG_RUNNING) && conference->count) {
len = 0;