mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30359 from distil/zmq_filtering_bug_fix
Removes suspected copy/paste error for zmq_filtering functionailty
This commit is contained in:
commit
e425cbd654
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