1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 06:23:12 +02:00

- Fixed SSL crash problem due to previous SSL change.

This commit is contained in:
Bram Matthys
2006-08-23 10:43:02 +00:00
parent 78d7291dcb
commit 601eb71ba7
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -1289,3 +1289,4 @@
restart, simply use: /REHASH -ssl
- Small compile fix for above
- Fixed /SAJOIN able to join insecure users to +z channels, reported by phedny (#0002601).
- Fixed SSL crash problem due to previous SSL change.
+2 -1
View File
@@ -287,7 +287,8 @@ void init_ssl(void)
ctx_server = init_ctx_server();
if (!ctx_server)
exit(7);
if (!init_ctx_client())
ctx_client = init_ctx_client();
if (!ctx_client)
exit(8);
}