Fix issue where hosts will show up erroneously as Offline
This commit is contained in:
parent
43df21517e
commit
358b5f4b19
@ -283,7 +283,7 @@ class ConnectionManager(component.Component):
|
|||||||
d.addCallback(on_info, c)
|
d.addCallback(on_info, c)
|
||||||
d.addErrback(on_info_fail, 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:
|
if not self.running:
|
||||||
return
|
return
|
||||||
row = self.__get_host_row(host_id)
|
row = self.__get_host_row(host_id)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user