Skip to content
Snippets Groups Projects
Commit c04b2355 authored by deuce's avatar deuce
Browse files

Add missing break after session fails to be set active.

parent 01176238
No related branches found
No related tags found
No related merge requests found
......@@ -4695,6 +4695,7 @@ static void smtp_thread(void* arg)
protected_uint32_adjust(&active_clients, -1);
update_clients();
free(mailproc_to_match);
break;
}
if (startup->max_inactivity) {
if (cryptSetAttribute(session, CRYPT_OPTION_NET_READTIMEOUT, startup->max_inactivity) != CRYPT_OK) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment