commit 2fc721ec0cf083ec3a22cc01e2c50133e509e64d parent 812556d73060bfcebb2e0dff76cc76a3ca579939 Author: Christian Grothoff <christian@grothoff.org> Date: Fri, 13 Nov 2009 12:18:54 +0000 fix warning Diffstat:
| M | src/daemon/daemon.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -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,