mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Fixed merge conflict introduced by 32eae456fd
This commit is contained in:
@@ -4627,8 +4627,8 @@ MHD_run_from_select2 (struct MHD_Daemon *daemon,
|
||||
MHD_DLOG (daemon,
|
||||
_ ("%s() called with fd_setsize (%u) " \
|
||||
"less than fixed FD_SETSIZE value (%d) used on the " \
|
||||
"platform.\n", "MHD_run_from_select2"),
|
||||
fd_setsize, (int) FD_SETSIZE);
|
||||
"platform.\n"),
|
||||
"MHD_run_from_select2", fd_setsize, (int) FD_SETSIZE);
|
||||
#endif /* HAVE_MESSAGES */
|
||||
return MHD_NO;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user