mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 03:48:26 +00:00
This commit is contained in:
parent
c98a34a5d4
commit
c934918347
@ -295,9 +295,10 @@ func (w *walker) handleItem(ctx context.Context, path string, toHashChan chan<-
|
||||
return skip
|
||||
}
|
||||
|
||||
oldPath := path
|
||||
path, err = w.normalizePath(path, info)
|
||||
if err != nil {
|
||||
w.handleError(ctx, "normalizing path", path, err, finishedChan)
|
||||
w.handleError(ctx, "normalizing path", oldPath, err, finishedChan)
|
||||
return skip
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user