Fix typo in the salt master

This commit is contained in:
Thomas S Hatch 2011-05-13 22:42:51 -06:00
parent 25a19cfd6b
commit 19952c578b

View File

@ -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)