Merge pull request #30359 from distil/zmq_filtering_bug_fix

Removes suspected copy/paste error for zmq_filtering functionailty
This commit is contained in:
Mike Place 2016-01-20 11:42:42 -07:00
commit e425cbd654

View file

@ -264,7 +264,6 @@ class AsyncZeroMQPubChannel(salt.transport.mixins.auth.AESPubClientMixin, salt.t
else:
self._socket.setsockopt(zmq.SUBSCRIBE, '')
self._socket.setsockopt(zmq.SUBSCRIBE, '')
self._socket.setsockopt(zmq.IDENTITY, self.opts['id'])
# TODO: cleanup all the socket opts stuff