Merge pull request #52035 from Ch3LL/bp-52012

Backport #52012 into 2018.3
This commit is contained in:
Megan Wilhite 2019-03-08 13:04:05 -05:00 committed by GitHub
commit c58c77544d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,8 +211,6 @@ class AsyncZeroMQReqChannel(salt.transport.client.ReqChannel):
'''
if hasattr(self, 'message_client'):
self.message_client.destroy()
else:
log.debug('No message_client attr for AsyncZeroMQReqChannel found. Not destroying sockets.')
@property
def master_uri(self):