libmicrohttpd

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

commit 22895a5504bb93534cec75422877aca8c5e65a02
parent 621215675e5eec4140cab62c86e1d379f7fda7bf
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 25 Mar 2018 20:48:45 +0200

fix bug

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

diff --git a/src/lib/connection_call_handlers.c b/src/lib/connection_call_handlers.c @@ -3525,7 +3525,7 @@ MHD_request_handle_idle_ (struct MHD_Request *request) } // FIXME: this is too much, NULLs out some of the things // initialized above... - memset (&request, + memset (request, 0, sizeof (struct MHD_Request)); request->daemon = daemon;