Skip to content

Commit

Permalink
fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgn committed Jan 9, 2025
1 parent 93acdba commit 74d8787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nxc/modules/backup_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def parse_sam(secret):
self.domain_admin = fields[0]
self.domain_admin_hash = fields[3]

localOperations = LocalOperations(log_path + "SYSTEM")
bootKey = localOperations.getBootKey()
local_operations = LocalOperations(log_path + "SYSTEM")
bootKey = local_operations.getBootKey()
sam_hashes = SAMHashes(log_path + "SAM", bootKey, isRemote=False, perSecretCallback=lambda secret: parse_sam(secret))
sam_hashes.dump()
sam_hashes.finish()
Expand Down

0 comments on commit 74d8787

Please sign in to comment.