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

Prevent stale need_cert value in services recycle

parent a985450c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment