mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add load the args of a prep_jid call
This commit is contained in:
parent
3c3fdf3faa
commit
bd17aad1d8
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ class ReqServer(threading.Thread):
|
|||
'''
|
||||
if not load['key'] == self.key:
|
||||
return ''
|
||||
jid = self._prep_jid()
|
||||
jid = self._prep_jid(load)
|
||||
payload = {'enc': 'aes'}
|
||||
load = {
|
||||
'fun': load['fun'],
|
||||
|
|
Loading…
Add table
Reference in a new issue