mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Don't crash if /SET irssiproxy_ports is changed while having connected
clients git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2908 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
886c92e141
commit
6019a5cd15
2 changed files with 8 additions and 3 deletions
|
|
@ -13,6 +13,8 @@ typedef struct {
|
|||
|
||||
int tag;
|
||||
GIOChannel *handle;
|
||||
|
||||
GSList *clients;
|
||||
} LISTEN_REC;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue