]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3953 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Tue, 28 Feb 2012 14:38:45 +0000 (08:38 -0600)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 28 Feb 2012 14:38:45 +0000 (08:38 -0600)
libs/esl/src/esl.c

index d55fdbaa2e5503cc6c0efa54cb98d7e97279bce2..02ab7ef27162c2539736228a0bb485f34e2ec6cd 100644 (file)
@@ -741,7 +741,7 @@ 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  
+#ifndef WIN32
        /* Wouldn't you rather know?? */
        assert(sock <= FD_SETSIZE);
 #endif