mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +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
|
|
@ -90,6 +90,8 @@ static void sig_disconnected(IRC_SERVER_REC *server)
|
|||
return;
|
||||
|
||||
rec = server->chanqueries;
|
||||
if (rec == NULL)
|
||||
return;
|
||||
g_return_if_fail(rec != NULL);
|
||||
|
||||
g_hash_table_destroy(rec->accountqueries);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue