mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
actually use the tls settings on upgrade, and disconnect gracefully
This commit is contained in:
parent
db2fed0d38
commit
f2795abcc5
11 changed files with 117 additions and 30 deletions
|
|
@ -381,6 +381,9 @@ static void sig_disconnected(IRC_SERVER_REC *server)
|
|||
if (!IS_IRC_SERVER(server))
|
||||
return;
|
||||
|
||||
if (server->splits == NULL)
|
||||
return;
|
||||
|
||||
g_hash_table_foreach(server->splits,
|
||||
(GHFunc) netsplit_destroy_hash, server);
|
||||
g_hash_table_destroy(server->splits);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue