* 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:
drbob 2010-05-25 20:42:56 +00:00
parent c621cc5474
commit d93c56a355
2 changed files with 5 additions and 2 deletions

View file

@ -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