issue #369: fix one more _reset() reference.

issue260
David Wilson 7 years ago
parent ab4ccc6b92
commit c4aec22a33

@ -802,7 +802,7 @@ class Connection(ansible.plugins.connection.ConnectionBase):
gracefully shut down, and wait for shutdown to complete. Safe to call gracefully shut down, and wait for shutdown to complete. Safe to call
multiple times. multiple times.
""" """
self._reset(mode='put') self._mitogen_reset(mode='put')
if self.broker: if self.broker:
self.broker.shutdown() self.broker.shutdown()
self.broker.join() self.broker.join()

Loading…
Cancel
Save