From: Jeff Lenk Date: Tue, 28 Feb 2012 14:38:45 +0000 (-0600) Subject: FS-3953 --resolve X-Git-Tag: v1.2-rc1~19^2^2~68^2~51^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da36d1f57fda6eaa703e9b52f1e192116bfb8c61;p=thirdparty%2Ffreeswitch.git FS-3953 --resolve --- diff --git a/libs/esl/src/esl.c b/libs/esl/src/esl.c index d55fdbaa2e..02ab7ef271 100644 --- a/libs/esl/src/esl.c +++ b/libs/esl/src/esl.c @@ -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