libmicrohttpd2

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

commit e7fb537bc2da888efafe5d1ad2f55ff6ce2e5816
parent 6233ddd6c09d3b19e36a7e23c18f3560fd2de11d
Author: Evgeny Grin <k2k@drgrin.dev>
Date:   Wed, 30 Apr 2025 19:38:46 +0300

daemon_get_info: fixed result for MHD_DAEMON_INFO_FIXED_LISTEN_SOCKET

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

diff --git a/src/mhd2/daemon_get_info.c b/src/mhd2/daemon_get_info.c @@ -135,8 +135,8 @@ MHD_daemon_get_info_fixed_sz ( #error No TLS backends enabled, while TLS support is enabled #endif } - break; return MHD_SC_OK; + break; case MHD_DAEMON_INFO_FIXED_SENTINEL: default: