提交 fcb78c07 authored 作者: Moises Silva's avatar Moises Silva

freetdm: ignore nothing to read condition

上级 b1fd88d7
...@@ -661,8 +661,7 @@ static switch_status_t channel_read_frame(switch_core_session_t *session, switch ...@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论