aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/daemon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.c')
-rw-r--r--src/daemon/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
index a165111f..d54744d9 100644
--- a/src/daemon/daemon.c
+++ b/src/daemon/daemon.c
@@ -969,13 +969,13 @@ MHD_add_connection (struct MHD_Daemon *daemon,
969#else 969#else
970 unsigned long flags = 1; 970 unsigned long flags = 1;
971 if (0 != ioctlsocket (connection->socket_fd, FIONBIO, &flags)) 971 if (0 != ioctlsocket (connection->socket_fd, FIONBIO, &flags))
972#endif
973 { 972 {
974#if HAVE_MESSAGES 973#if HAVE_MESSAGES
975 FPRINTF(stderr, "Failed to make socket non-blocking: %s\n", 974 FPRINTF(stderr, "Failed to make socket non-blocking: %s\n",
976 STRERROR (errno)); 975 STRERROR (errno));
977#endif 976#endif
978 } 977 }
978#endif
979 } 979 }
980 980
981#if HTTPS_SUPPORT 981#if HTTPS_SUPPORT