daemon.c: fixed possible uninitialized value

This commit is contained in:
Evgeny Grin (Karlson2k)
2022-05-31 20:21:07 +03:00
parent 887a554376
commit 041ada4eee
+1
View File
@@ -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)