Fix autoconnecting to the next host in the list if the selected one isn't available

This commit is contained in:
Andrew Resch 2009-11-13 05:22:38 +00:00
parent bdba9cd00a
commit 330b8b3ced

View File

@ -331,7 +331,7 @@ Please see the details below for more information."), details=traceback.format_e
if try_connect:
do_connect()
break
if self.config["show_connection_manager_on_start"]:
# XXX: We need to call a simulate() here, but this could be a bug in twisted