mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Fix typo in the salt master
This commit is contained in:
parent
25a19cfd6b
commit
19952c578b
@ -131,7 +131,7 @@ class ReqServer():
|
||||
in_socket = self.context.socket(zmq.REP)
|
||||
in_socket.connect(self.w_uri)
|
||||
m_worker = MWorker(self.opts,
|
||||
ind
|
||||
ind,
|
||||
self.master_key,
|
||||
self.key,
|
||||
self.crypticle)
|
||||
|
Loading…
Reference in New Issue
Block a user