libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 3ae47e6bb4312bc0f91a173026d48e25cf51df44
parent be4d762572af879fda90cb60af86687646756df6
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 11 Jun 2010 22:47:11 +0000

cleaner

Diffstat:
Msrc/daemon/daemon.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1557,7 +1557,7 @@ MHD_start_daemon_va (unsigned int options, if ((SETSOCKOPT (socket_fd, SOL_SOCKET, SO_REUSEADDR, - &on, sizeof (on)) < 0) && (options & MHD_USE_DEBUG) != 0) + &on, sizeof (on)) < 0) && ((options & MHD_USE_DEBUG) != 0)) { #if HAVE_MESSAGES FPRINTF (stderr, "setsockopt failed: %s\n", STRERROR (errno));