mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 00:22:17 +02:00
verify tls connection
This commit is contained in:
parent
2a0f1d7636
commit
244a8c72b4
8 changed files with 123 additions and 71 deletions
|
|
@ -470,6 +470,7 @@ void irc_server_connect(SERVER_REC *server)
|
|||
g_return_if_fail(server != NULL);
|
||||
|
||||
if (server->connrec->connect_handle != NULL) {
|
||||
/* an existing handle from upgrade */
|
||||
IRC_SERVER_CONNECT_REC *conn;
|
||||
int tls_disconnect;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue