irc: switch to next address after a timeout when connecting to server (bug #37216)
This commit is contained in:
parent
055116f2b7
commit
36356521a1
@ -65,6 +65,8 @@ Version 0.3.9 (under dev!)
|
||||
* fifo: ignore read failing with error EAGAIN (bug #37019)
|
||||
* guile: fix crash when unloading a script without pointer to interpreter
|
||||
* guile: fix path of guile include dirs in cmake build (patch #7790)
|
||||
* irc: switch to next address after a timeout when connecting to server
|
||||
(bug #37216)
|
||||
* irc: fix bug when changing server option "addresses" with less addresses
|
||||
(bug #37215)
|
||||
* irc: add network prefix in irc (dis)connection messages
|
||||
|
@ -3158,7 +3158,7 @@ irc_server_connect_cb (void *data, int status, int gnutls_rc,
|
||||
error);
|
||||
}
|
||||
irc_server_close_connection (server);
|
||||
irc_server_reconnect_schedule (server);
|
||||
irc_server_switch_address (server, 1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user