mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
* Switched on Turtle transfers for Channels,
* Enabled srcIds from secondary file transfer requests to be used. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3002 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c621cc5474
commit
d93c56a355
2 changed files with 5 additions and 2 deletions
|
@ -959,7 +959,7 @@ bool ftController::alreadyHaveFile(const std::string& hash)
|
|||
FileInfo info ;
|
||||
|
||||
// check for downloads
|
||||
if(FileDetails(hash, info))
|
||||
if(FileDetails(hash, info) && (info.downloadStatus == FT_STATE_COMPLETE))
|
||||
return true ;
|
||||
|
||||
// check for file lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue