irc: switch to next address after a timeout when connecting to server (bug #37216)

This commit is contained in:
Simon Arlott 2012-09-03 11:01:26 +02:00 committed by Sebastien Helleu
parent 055116f2b7
commit 36356521a1
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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;
}