1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 04:23:13 +02:00

Fix crash due to invalid subsystem use in tls.c

[skip ci]
This commit is contained in:
Bram Matthys
2021-09-24 17:17:03 +02:00
parent 4397450bd0
commit 3fda96448d
+1 -1
View File
@@ -908,7 +908,7 @@ static int fatal_tls_error(int ssl_error, int where, int my_errno, Client *clien
ssl_errstr = ssl_error_str(ssl_error, my_errno);
SetDeadSocket(client);
unreal_log(ULOG_INFO, "debug", "DEBUG_TLS_FATAL_ERROR", client,
unreal_log(ULOG_INFO, "tls", "DEBUG_TLS_FATAL_ERROR", client,
"Exiting TLS client $client: $tls_function: $tls_error_string: $tls_additional_info",
log_data_string("tls_function", ssl_func),
log_data_string("tls_error_string", ssl_errstr),