mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Attempt windows fix
This commit is contained in:
parent
58fe224eeb
commit
db823848f4
1 changed files with 4 additions and 4 deletions
|
@ -53,10 +53,10 @@ class ReqServerChannel:
|
|||
def __init__(self, opts, transport):
|
||||
self.opts = opts
|
||||
self.transport = transport
|
||||
self.event = salt.utils.event.get_master_event(
|
||||
self.opts, self.opts["sock_dir"], listen=False
|
||||
)
|
||||
self.master_key = salt.crypt.MasterKeys(self.opts)
|
||||
# self.event = salt.utils.event.get_master_event(
|
||||
# self.opts, self.opts["sock_dir"], listen=False
|
||||
# )
|
||||
# self.master_key = salt.crypt.MasterKeys(self.opts)
|
||||
|
||||
def pre_fork(self, process_manager):
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue