mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix warning
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user