提交 e35b49dc authored 作者: Mathieu Rene's avatar Mathieu Rene

doh

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12325 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 f5ade7cf
...@@ -712,7 +712,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event_timed(esl_handle_t *handle, uint32_t ms ...@@ -712,7 +712,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event_timed(esl_handle_t *handle, uint32_t ms
int max, activity; int max, activity;
esl_status_t status = ESL_SUCCESS; esl_status_t status = ESL_SUCCESS;
if (!handle->connected || !handle || handle->sock == -1) { if (!handle || !handle->connected || handle->sock == -1) {
return ESL_FAIL; return ESL_FAIL;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论