libmicrohttpd

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

commit b88b6d2bbc2c53f76574dfff332f8f39917e3146
parent 5f12a6b18c43380806ad1180aadca7c676f584a4
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed, 27 Jan 2010 17:22:14 +0000

decl

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

diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -1393,6 +1393,7 @@ MHD_start_daemon_va (unsigned int options, const struct sockaddr *servaddr = NULL; socklen_t addrlen; unsigned int i; + int res_thread_create; if ((port == 0) || (dh == NULL)) return NULL;