commit a51243e6eb5d032287f1f1ee89155ad4dde72fce
parent 912620e3f9870ecdf342bf1ce7dce284b601f616
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 6 Feb 2012 14:15:26 +0000
-fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c
@@ -969,13 +969,13 @@ MHD_add_connection (struct MHD_Daemon *daemon,
#else
unsigned long flags = 1;
if (0 != ioctlsocket (connection->socket_fd, FIONBIO, &flags))
-#endif
{
#if HAVE_MESSAGES
FPRINTF(stderr, "Failed to make socket non-blocking: %s\n",
STRERROR (errno));
#endif
}
+#endif
}
#if HTTPS_SUPPORT