diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 2 |
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 |