mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
daemon.c: fixed possible uninitialized value
This commit is contained in:
@@ -1171,6 +1171,7 @@ call_handlers (struct MHD_Connection *con,
|
||||
bool states_info_processed = false;
|
||||
/* Fast track flag */
|
||||
bool on_fasttrack = (con->state == MHD_CONNECTION_INIT);
|
||||
ret = MHD_YES;
|
||||
|
||||
#ifdef HTTPS_SUPPORT
|
||||
if (con->tls_read_ready)
|
||||
|
||||
Reference in New Issue
Block a user