aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index eb87c8e6..3d7d774a 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -2586,8 +2586,8 @@ struct MHD_Daemon
2586/** 2586/**
2587 * Check whether socket @a sckt fits fd_sets used by the daemon @a d 2587 * Check whether socket @a sckt fits fd_sets used by the daemon @a d
2588 */ 2588 */
2589#define MHD_D_DOES_SCKT_FIT_FDSET_(sckt,pset,d) \ 2589#define MHD_D_DOES_SCKT_FIT_FDSET_(sckt,d) \
2590 MHD_SCKT_FD_FITS_FDSET_SETSIZE_(sckt,pset,MHD_D_GET_FD_SETSIZE_(d)) 2590 MHD_SCKT_FD_FITS_FDSET_SETSIZE_(sckt,NULL,MHD_D_GET_FD_SETSIZE_(d))
2591 2591
2592 2592
2593#ifdef DAUTH_SUPPORT 2593#ifdef DAUTH_SUPPORT