fix warning

This commit is contained in:
Christian Grothoff
2009-11-13 12:18:54 +00:00
parent 812556d730
commit 2fc721ec0c
+1 -1
View File
@@ -664,7 +664,7 @@ MHD_accept_connection (struct MHD_Daemon *daemon)
}
#ifndef WINDOWS
if ( (s >= FD_SETSIZE) &&
(0 == daemon->options & MHD_USE_POLL) )
(0 == (daemon->options & MHD_USE_POLL)) )
{
#if HAVE_MESSAGES
MHD_DLOG (daemon,