Skip to content

Commit

Permalink
Added files via upload
Browse files Browse the repository at this point in the history
fixed a bug introduced with mkfs OEM type being added
  • Loading branch information
AmNe5iA committed Mar 23, 2016
1 parent 4b389fd commit 7e64e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MKDecrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def main():
subprocess.call(['losetup', '-d', loopdev])
print('No volume decrypted in ' + args.FILE + '. Is masterkey correct?')
exit(1)
if srchOEM == binMSDOS or srchOEM == binMSWIN or srchOEM == binEXFAT or srchOEM == binNTFS or srchOEM == binMKDOS or srchOEM == binIBM or srchOEM == binFREEDOS or serchOEM == binMKFS or isExt or isHFSP:
if srchOEM == binMSDOS or srchOEM == binMSWIN or srchOEM == binEXFAT or srchOEM == binNTFS or srchOEM == binMKDOS or srchOEM == binIBM or srchOEM == binFREEDOS or srchOEM == binMKFS or isExt or isHFSP:
break

## if a 2 cascaded enryption type
Expand Down

0 comments on commit 7e64e9d

Please sign in to comment.