added missing return which would create ghost cache self-transfers

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3504 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-09-15 19:53:58 +00:00
parent d41089b30f
commit 8ee92483ee

View File

@ -1844,6 +1844,8 @@ bool ftController::RequestCacheFile(RsPeerId id, std::string path, std::string h
CompletedCache(hash);
return true ;
}
else
return false ;
}
FileRequest(hash, hash, size, path, RS_FILE_HINTS_CACHE | RS_FILE_HINTS_NO_SEARCH, ids);