libmicrohttpd2

HTTP server C library (MHD 2.x, alpha)
Log | Files | Refs | README | LICENSE

commit 7667de38a78e65fb18be83e63287f1dba166a65d
parent 641fabe4b5de7782a35e239b094fa82592201277
Author: Evgeny Grin <k2k@drgrin.dev>
Date:   Thu, 15 May 2025 20:48:26 +0300

json_echo.c: fixed broken events update

The local variables shadowed static global variables.

Diffstat:
Msrc/examples2/json_echo.c | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/examples2/json_echo.c b/src/examples2/json_echo.c @@ -241,9 +241,6 @@ main (int argc, char *const *argv) { struct MHD_Daemon *d; - fd_set rs; - fd_set ws; - fd_set es; unsigned int port; char dummy;