Skip to content
Snippets Groups Projects
Commit 5deccb92 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix build

parent 44ff6660
Branches
Tags
3 merge requests!510Release,!232Modify restructure branch to make it ready for merge to release,!207WIP: Client Restructure
......@@ -244,7 +244,7 @@ func (b *Backup) StopBackup() error {
defer b.mux.Unlock()
b.updateBackupCb = nil
err := deleteBackup(b.store.GetKV())
err := deleteBackup(b.kv)
if err != nil {
return errors.Errorf(errDeleteCrypto, err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment