From: Mathieu Rene Date: Fri, 27 Feb 2009 16:18:28 +0000 (+0000) Subject: doh X-Git-Tag: v1.0.4~1781 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35b49dc80da91f5ab28c253ff23708662dbf717;p=thirdparty%2Ffreeswitch.git doh git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12325 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c index 86dde31376..d16e85110f 100644 --- a/libs/esl/src/esl.c +++ b/libs/esl/src/esl.c @@ -712,7 +712,7 @@ ESL_DECLARE(esl_status_t) esl_recv_event_timed(esl_handle_t *handle, uint32_t ms int max, activity; esl_status_t status = ESL_SUCCESS; - if (!handle->connected || !handle || handle->sock == -1) { + if (!handle || !handle->connected || handle->sock == -1) { return ESL_FAIL; }