aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/daemon.c
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-26 19:38:06 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2017-11-26 19:38:06 +0300
commitd178fff343cdde062179d70d53cf7f778563ab1e (patch)
treef5c1da3d34d9d7b87cfce34d4ccae4846e491a3b /src/microhttpd/daemon.c
parent7738609fe2e0c465769bbfd2763eba01855ddd98 (diff)
downloadlibmicrohttpd-d178fff343cdde062179d70d53cf7f778563ab1e.tar.gz
libmicrohttpd-d178fff343cdde062179d70d53cf7f778563ab1e.zip
Fixed typo in 4a126e24e7b780c3ad0196b72f813ce4a90215e3
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r--src/microhttpd/daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c
index 794acfbd..b1c7e88d 100644
--- a/src/microhttpd/daemon.c
+++ b/src/microhttpd/daemon.c
@@ -5489,7 +5489,7 @@ MHD_start_daemon_va (unsigned int flags,
5489 /* Apply the socket options according to listening_address_reuse. */ 5489 /* Apply the socket options according to listening_address_reuse. */
5490 if (0 == daemon->listening_address_reuse) 5490 if (0 == daemon->listening_address_reuse)
5491 { 5491 {
5492#ifdef MHD_WINSOCK_SOCKETS 5492#ifndef MHD_WINSOCK_SOCKETS
5493 /* No user requirement, use "traditional" default SO_REUSEADDR 5493 /* No user requirement, use "traditional" default SO_REUSEADDR
5494 * on non-W32 platforms, and do not fail if it doesn't work. 5494 * on non-W32 platforms, and do not fail if it doesn't work.
5495 * Don't use it on W32, because on W32 it will allow multiple 5495 * Don't use it on W32, because on W32 it will allow multiple