]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unneeded line
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 6 Mar 2011 21:57:31 +0000 (15:57 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 6 Mar 2011 21:57:31 +0000 (15:57 -0600)
src/mod/applications/mod_conference/mod_conference.c

index 56c85ad2f3e5f71574ca45b495b58b1d53436b64..d0f5fac081961baed95d2958be26fce3bad40950 100644 (file)
@@ -1404,7 +1404,6 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
 
        if (switch_test_flag(conference, CFLAG_OUTCALL)) {
                conference->cancel_cause = SWITCH_CAUSE_ORIGINATOR_CANCEL;
-               switch_yield(2000000);
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Ending pending outcall channels for Conference: '%s'\n", conference->name);
                while(conference->originating) {
                        switch_yield(200000);