transit: don't complain about the relay connection failing or being dropped

This commit is contained in:
Brian Warner 2015-03-12 18:38:42 -07:00
parent fcd2678dfd
commit fcf3b080f9

View File

@ -358,6 +358,7 @@ class Common:
t.start()
def _start_relay_connectors(self):
self._active_connectors.update(self._their_direct_hints)
for hint in self._their_relay_hints:
self._start_connector(hint, is_relay=True)