Try harder removing the temp file

This commit is contained in:
Audrius Butkevicius 2015-08-22 14:18:19 +01:00
parent ca4a3589e5
commit 42acf0ed60
1 changed files with 1 additions and 1 deletions

View File

@ -1015,7 +1015,7 @@ func (p *rwFolder) handleFile(file protocol.FileInfo, copyChan chan<- copyBlocks
// Otherwise, discard the file ourselves in order for the
// sharedpuller not to panic when it fails to exclusively create a
// file which already exists
os.Remove(tempName)
osutil.InWritableDir(osutil.Remove, tempName)
}
} else {
blocks = file.Blocks