freetdm: ignore nothing to read condition

This commit is contained in:
Moises Silva 2010-06-03 19:09:34 -04:00
parent b1fd88d706
commit fcb78c07a5
1 changed files with 1 additions and 2 deletions

View File

@ -661,8 +661,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
} }
if (!(wflags & FTDM_READ)) { if (!(wflags & FTDM_READ)) {
ftdm_log(FTDM_LOG_WARNING, "I/O waiting returned status %d but nothing to read is available\n", status); goto top;
goto fail;
} }
len = tech_pvt->read_frame.buflen; len = tech_pvt->read_frame.buflen;