Incorrect error condition on shortcuts

This commit is contained in:
Jakob Borg 2015-06-18 11:55:04 +02:00
parent 4beb42bf45
commit 7767746d3e

View File

@ -865,6 +865,8 @@ func (p *rwFolder) handleFile(file protocol.FileInfo, copyChan chan<- copyBlocks
})
if err != nil {
l.Infoln("Puller: shortcut:", err)
} else {
p.dbUpdates <- dbUpdateJob{file, dbUpdateShortcutFile}
}