mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
freetdm: ignore nothing to read condition
This commit is contained in:
parent
b1fd88d706
commit
fcb78c07a5
@ -661,8 +661,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch
|
||||
}
|
||||
|
||||
if (!(wflags & FTDM_READ)) {
|
||||
ftdm_log(FTDM_LOG_WARNING, "I/O waiting returned status %d but nothing to read is available\n", status);
|
||||
goto fail;
|
||||
goto top;
|
||||
}
|
||||
|
||||
len = tech_pvt->read_frame.buflen;
|
||||
|
Loading…
x
Reference in New Issue
Block a user