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

issue260
David Wilson 6 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
multiple times.
"""
self._reset(mode='put')
self._mitogen_reset(mode='put')
if self.broker:
self.broker.shutdown()
self.broker.join()

Loading…
Cancel
Save