mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add self to the socket in the Matcher
This commit is contained in:
parent
3b50d4c285
commit
48b72aec97
1 changed files with 1 additions and 1 deletions
|
@ -436,5 +436,5 @@ class FileClient(object):
|
|||
load = {'cmd': '_master_opts'}
|
||||
payload['load'] = self.auth.crypticle.dumps(load)
|
||||
self.socket.send_pyobj(payload)
|
||||
return self.auth.crypticle.loads(socket.recv_pyobj())
|
||||
return self.auth.crypticle.loads(self.socket.recv_pyobj())
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue