libmicrohttpd

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

commit b7a393fac86082bcf948c0cb24c82de9152c7c61
parent b837d5e008fbd4c57558320988018bd8239a5a34
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  1 Sep 2016 18:17:43 +0000

-reverting SVN 37849

Diffstat:
Msrc/include/microhttpd.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h @@ -1217,7 +1217,7 @@ union MHD_ConnectionInfo * Socket-specific client context. Points to the same address as * the "socket_context" of the #MHD_NotifyConnectionCallback. */ - void *socket_context; + void **socket_context; };