commit 280d6c473fd2f0cbab831b633b827a506678c87a
parent 44467484f701bb1e9de16fcbc615920dc1671c95
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 23 Jun 2014 21:22:44 +0000
-do not be so picky about except set, we do not use it anyway
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
@@ -682,7 +682,6 @@ MHD_get_fdset2 (struct MHD_Daemon *daemon,
if ( (NULL == daemon)
|| (NULL == read_fd_set)
|| (NULL == write_fd_set)
- || (NULL == except_fd_set)
|| (MHD_YES == daemon->shutdown)
|| (0 != (daemon->options & MHD_USE_THREAD_PER_CONNECTION))
|| (0 != (daemon->options & MHD_USE_POLL)))