mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 14:56:29 +00:00
Remove extra argument
This commit is contained in:
parent
ab8b97c4ba
commit
b2cce7f051
2
walk.go
2
walk.go
@ -54,5 +54,5 @@ func WalkTree(server Server, id backend.ID, done chan struct{}, jobCh chan<- Wal
|
|||||||
debug.Log("WalkTree", "start on %v", id.Str())
|
debug.Log("WalkTree", "start on %v", id.Str())
|
||||||
walkTree(server, "", id, done, jobCh)
|
walkTree(server, "", id, done, jobCh)
|
||||||
close(jobCh)
|
close(jobCh)
|
||||||
debug.Log("WalkTree", "done", id.Str())
|
debug.Log("WalkTree", "done")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user