Bugfix: Fix fsck to not think all SHAnE keys are bad.
This commit is contained in:
parent
90dd245522
commit
9a272815dd
2 changed files with 2 additions and 1 deletions
|
@ -119,7 +119,7 @@ checkKeyChecksum size key = do
|
|||
then return True
|
||||
else do
|
||||
s <- shaN size file
|
||||
if s == keyName key
|
||||
if s == dropExtension (keyName key)
|
||||
then return True
|
||||
else do
|
||||
dest <- moveBad key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue