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

Initialize the TLS session to -1 when not a TLS service.

parent 90d68be3
No related branches found
No related tags found
No related merge requests found
......@@ -1041,6 +1041,8 @@ static void js_service_thread(void* arg)
return;
}
}
else
service_client.tls_sess = -1;
#if 0 /* Need to export from SBBS.DLL */
identity=NULL;
......
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