mirror of
https://github.com/restic/restic.git
synced 2025-10-21 12:39:32 +00:00
Add checks for Server.Load(), use Blob for load
This commit is contained in:
@@ -736,7 +736,7 @@ func (arch *Archiver) Snapshot(p *Progress, paths []string, pid backend.ID) (*Sn
|
||||
|
||||
// start walker on old tree
|
||||
ch := make(chan WalkTreeJob)
|
||||
go WalkTree(arch.s, parent.Tree.Storage, done, ch)
|
||||
go WalkTree(arch.s, parent.Tree, done, ch)
|
||||
jobs.Old = ch
|
||||
} else {
|
||||
// use closed channel
|
||||
|
Reference in New Issue
Block a user