mirror of
https://github.com/restic/restic.git
synced 2025-11-03 18:14:13 +00:00
Fix reusing chunker
This commit is contained in:
@@ -90,6 +90,7 @@ func (c *Chunker) reset() {
|
||||
for i := 0; i < WindowSize; i++ {
|
||||
c.window[i] = 0
|
||||
}
|
||||
c.closed = false
|
||||
c.digest = 0
|
||||
c.wpos = 0
|
||||
c.pos = 0
|
||||
|
||||
Reference in New Issue
Block a user