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

A little bit more fixins...

parent c56af712
No related branches found
No related tags found
No related merge requests found
Pipeline #5062 passed
......@@ -532,11 +532,11 @@ int add_private_key(scfg_t *cfg, CRYPT_SESSION csess)
if (cryptStatusOK(ret)) {
sess->next = sess_list;
sess->sess = csess;
sess_list = ret;
sess_list = sess;
}
else {
sess->next = cert_list;
cert_list = ret;
cert_list = sess;
}
pthread_mutex_unlock(&ssl_cert_list_mutex);
return ret;
......
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