Removes suspected copy/paste error.

Subscribing to ‘’ empty topic regardless of zmq_filtering setting
breaks function.
This commit is contained in:
Alex Stewart 2016-01-14 08:38:14 -05:00
parent d5b8776355
commit 44bfbbf15b

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