]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorMathieu Rene <mrene@avgs.ca>
Fri, 27 Feb 2009 16:18:28 +0000 (16:18 +0000)
committerMathieu Rene <mrene@avgs.ca>
Fri, 27 Feb 2009 16:18:28 +0000 (16:18 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12325 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/esl/src/esl.c

index 86dde3137619cc6058c3cb40d9e99408a5f0cd66..d16e85110fda2a7e7308782d239c5c587a3dc4f4 100644 (file)
@@ -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;
        }