some cleaning in the crypt module

This commit is contained in:
Thomas S Hatch 2011-02-26 23:55:08 -07:00
parent 0f948f43e0
commit d360c8c234

View file

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