Skip to content

Commit

Permalink
Fixed reset inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
pinae committed Nov 3, 2015
1 parent 09f62a5 commit 3c4ce6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kgk_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ def reset(self):
"""
Resets the kgk manager.
"""
self.salt = None
self.salt = b''
self.iv2 = None
self.salt2 = None
self.kgk = None
self.kgk = b''
self.kgk_crypter = None

0 comments on commit 3c4ce6a

Please sign in to comment.