mirror of
https://github.com/restic/restic.git
synced 2026-08-28 16:27:31 +00:00
+1
@@ -238,6 +238,7 @@ func (s *Section) DeleteKey(name string) {
|
||||
if k == name {
|
||||
s.keyList = append(s.keyList[:i], s.keyList[i+1:]...)
|
||||
delete(s.keys, name)
|
||||
delete(s.keysHash, name)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user