mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Removes suspected copy/paste error.
Subscribing to ‘’ empty topic regardless of zmq_filtering setting breaks function.
This commit is contained in:
parent
d5b8776355
commit
44bfbbf15b
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue