Skip to content
Snippets Groups Projects
Commit b5b0c4b1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Prevent stale need_cert value in services recycle

parent ff002f98
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #1847 passed
......@@ -2006,6 +2006,8 @@ void services_thread(void* arg)
free_crypt_attrstr(ssl_estr);
}
}
else
need_cert = FALSE;
}
lprintf(LOG_INFO,"0000 Services thread started (%lu service sockets bound)", total_sockets);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment