]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
comment assert for windows
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Feb 2012 22:49:12 +0000 (16:49 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 27 Feb 2012 22:49:12 +0000 (16:49 -0600)
libs/esl/src/esl.c

index 562ee2d84c96db3e3aa07f0c7f20ab3b68a391f6..d55fdbaa2e5503cc6c0efa54cb98d7e97279bce2 100644 (file)
@@ -741,9 +741,10 @@ ESL_DECLARE(int) esl_wait_sock(esl_socket_t sock, uint32_t ms, esl_poll_t flags)
        FD_ZERO(&wfds);
        FD_ZERO(&efds);
 
+#ifdef WIN32  
        /* Wouldn't you rather know?? */
        assert(sock <= FD_SETSIZE);
-
+#endif
        
        if ((flags & ESL_POLL_READ)) {