Add load the args of a prep_jid call

This commit is contained in:
Thomas S Hatch 2011-03-07 16:33:50 -07:00
parent 3c3fdf3faa
commit bd17aad1d8

View file

@ -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'],