mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Don't need to connect to the publish sockets, it will do that automatically when you ask for an event
This commit is contained in:
parent
36594ff6e5
commit
14124526ce
@ -489,7 +489,6 @@ class MasterEvent(SaltEvent):
|
||||
'''
|
||||
def __init__(self, sock_dir):
|
||||
super(MasterEvent, self).__init__('master', sock_dir)
|
||||
self.connect_pub()
|
||||
|
||||
|
||||
class LocalClientEvent(MasterEvent):
|
||||
|
Loading…
Reference in New Issue
Block a user