mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix ref in minion self.auth
This commit is contained in:
parent
d5ee3cecf0
commit
01bbf9c530
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ class FileClient(object):
|
|||
'cmd': '_serve_file'}
|
||||
while True:
|
||||
load['loc'] = fn_.tell()
|
||||
payload['load'] = self.crypticle.dumps(load)
|
||||
payload['load'] = self.auth.crypticle.dumps(load)
|
||||
self.socket.send_pyobj(payload)
|
||||
data = self.auth.crypticle.loads(self.socket.recv_pyobj())
|
||||
if data == False:
|
||||
|
|
Loading…
Add table
Reference in a new issue