mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Prevent using SyncWrapper with no reason
This commit is contained in:
parent
ee4d5321f2
commit
36626d8d4f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class ReqServerChannel:
|
|||
# other things needed for _auth
|
||||
# Create the event manager
|
||||
self.event = salt.utils.event.get_master_event(
|
||||
self.opts, self.opts["sock_dir"], listen=False
|
||||
self.opts, self.opts["sock_dir"], listen=False, io_loop=io_loop
|
||||
)
|
||||
self.auto_key = salt.daemons.masterapi.AutoKey(self.opts)
|
||||
# only create a con_cache-client if the con_cache is active
|
||||
|
|
Loading…
Add table
Reference in a new issue