mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
some cleaning in the crypt module
This commit is contained in:
parent
0f948f43e0
commit
d360c8c234
1 changed files with 1 additions and 1 deletions
|
@ -105,6 +105,6 @@ class Auth(object):
|
|||
if not self.verify_master(ret['pub_key'], ret['token']):
|
||||
return auth
|
||||
auth['aes'] = self.decrypt_master_aes(ret['aes'])
|
||||
auth['master_publish'] = ret['master_publish']
|
||||
auth['master_publish_port'] = ret['master_publish_port']
|
||||
return auth
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue