mirror of
https://github.com/restic/restic.git
synced 2025-12-04 03:38:25 +00:00
index: also mark old index as final on decode
This commit is contained in:
@@ -533,6 +533,7 @@ func DecodeOldIndex(rd io.Reader) (idx *Index, err error) {
|
||||
})
|
||||
}
|
||||
}
|
||||
idx.final = true
|
||||
|
||||
debug.Log("Index.DecodeOldIndex", "done")
|
||||
return idx, err
|
||||
|
||||
Reference in New Issue
Block a user