mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Attempted fix, needs user verification
This commit is contained in:
parent
580eca709b
commit
50d911160b
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class AsyncReqChannel(AsyncChannel):
|
|||
return salt.transport.zeromq.AsyncZeroMQReqChannel(opts, **kwargs)
|
||||
elif ttype == 'raet':
|
||||
import salt.transport.raet
|
||||
return salt.transport.raet.AsyncRAETReqChannel(opts, **kwargs)
|
||||
return salt.transport.raet.RAETReqChannel(opts, **kwargs)
|
||||
elif ttype == 'tcp':
|
||||
if not cls._resolver_configured:
|
||||
# TODO: add opt to specify number of resolver threads
|
||||
|
|
Loading…
Add table
Reference in a new issue