mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
parent
9a07b22d4a
commit
64a591610b
@ -448,7 +448,7 @@ nextFile:
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if fi.IsDeleted() || fi.Type != protocol.FileInfoTypeFile {
|
if fi.IsDeleted() || fi.IsInvalid() || fi.Type != protocol.FileInfoTypeFile {
|
||||||
// The item has changed type or status in the index while we
|
// The item has changed type or status in the index while we
|
||||||
// were processing directories above.
|
// were processing directories above.
|
||||||
f.queue.Done(fileName)
|
f.queue.Done(fileName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user