mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
irssiproxy: Fix warning about uninitalized value
This commit is contained in:
parent
b68c81f767
commit
7e57e3415a
@ -708,7 +708,8 @@ static void read_settings(void)
|
||||
LISTEN_REC *rec;
|
||||
GSList *remove_listens = NULL;
|
||||
GSList *add_listens = NULL;
|
||||
char **ports, **tmp, *ircnet, *port, *sslfile;
|
||||
char **ports, **tmp, *ircnet, *port;
|
||||
char *sslfile = NULL;
|
||||
int portnum;
|
||||
|
||||
remove_listens = g_slist_copy(proxy_listens);
|
||||
|
Loading…
Reference in New Issue
Block a user