fix FSCORE-234

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10513 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-11-22 01:46:31 +00:00
parent 0fa3280376
commit 8599576dcb
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_frame(switch_core_sessi
if (switch_channel_test_flag(session->channel, CF_HOLD)) {
switch_yield(session->read_codec->implementation->microseconds_per_packet);
status = SWITCH_STATUS_BREAK;
goto even_more_done;
}