Fix issue where hosts will show up erroneously as Offline

This commit is contained in:
Andrew Resch 2009-12-13 21:46:55 +00:00
parent 43df21517e
commit 358b5f4b19
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class ConnectionManager(component.Component):
d.addCallback(on_info, c)
d.addErrback(on_info_fail, c)
def on_connect_failed(reason, host_info):
def on_connect_failed(reason, host_id):
if not self.running:
return
row = self.__get_host_row(host_id)