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

This commit is contained in:
David Wilson 2018-10-31 16:37:42 +00:00
parent ab4ccc6b92
commit c4aec22a33
1 changed files with 1 additions and 1 deletions

View File

@ -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()