mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-27 20:36:29 -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
|
||||
RCWSanityCheckGen(newRCWPassphrase)
|
||||
err = RCWSanityCheckGen(newRCWPassphrase)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user