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 ea4c0538..f27f0c83 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -3019,7 +3019,7 @@ MHD_start_daemon_va (unsigned int flags, | |||
3019 | daemon->socket_fd = socket_fd; | 3019 | daemon->socket_fd = socket_fd; |
3020 | 3020 | ||
3021 | if ( (0 != (flags & MHD_USE_IPv6)) && | 3021 | if ( (0 != (flags & MHD_USE_IPv6)) && |
3022 | (0 == (flags & MHD_USE_DUAL_STACK)) ) | 3022 | (MHD_USE_DUAL_STACK == (flags & MHD_USE_DUAL_STACK)) ) |
3023 | { | 3023 | { |
3024 | #ifdef IPPROTO_IPV6 | 3024 | #ifdef IPPROTO_IPV6 |
3025 | #ifdef IPV6_V6ONLY | 3025 | #ifdef IPV6_V6ONLY |