mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 14:48:24 +00:00
a23e9c86ba
The method only ever receives *hashing.Writers, which don't implement io.Closer. These come from packerManager.findPacker and have their actual writers closed in Repository.savePacker. Moving the closing logic to hashing.Writer results in "file already closed" errors.