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:
Timo Sirainen 2002-08-29 19:59:13 +00:00 committed by cras
commit 6019a5cd15
2 changed files with 8 additions and 3 deletions

View file

@ -13,6 +13,8 @@ typedef struct {
int tag;
GIOChannel *handle;
GSList *clients;
} LISTEN_REC;
typedef struct {