mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-04 08:07:18 -04:00
Forward sanity check error in EntryRefresh()
This commit is contained in:
@@ -98,7 +98,10 @@ func EntryRefresh(oldRCWPassphrase, newRCWPassphrase []byte, removeOldDir bool)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// generate new sanity check file
|
// generate new sanity check file
|
||||||
RCWSanityCheckGen(newRCWPassphrase)
|
err = RCWSanityCheckGen(newRCWPassphrase)
|
||||||
|
if err != nil {
|
||||||
|
return err
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user