mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
Incorrect error condition on shortcuts
This commit is contained in:
parent
4beb42bf45
commit
7767746d3e
@ -865,6 +865,8 @@ func (p *rwFolder) handleFile(file protocol.FileInfo, copyChan chan<- copyBlocks
|
|||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
l.Infoln("Puller: shortcut:", err)
|
||||||
|
} else {
|
||||||
p.dbUpdates <- dbUpdateJob{file, dbUpdateShortcutFile}
|
p.dbUpdates <- dbUpdateJob{file, dbUpdateShortcutFile}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user