mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
fixed bug causing swarming to fail when FT encryption is enforced
This commit is contained in:
parent
9a6e21063d
commit
85c86197a1
1 changed files with 1 additions and 1 deletions
|
@ -760,7 +760,7 @@ bool ftServer::handleTunnelRequest(const RsFileHash& hash,const RsPeerId& peer_i
|
||||||
// share the file!
|
// share the file!
|
||||||
|
|
||||||
FileChunksInfo info2 ;
|
FileChunksInfo info2 ;
|
||||||
if(rsFiles->FileDownloadChunksDetails(hash, info2))
|
if(rsFiles->FileDownloadChunksDetails(real_hash, info2))
|
||||||
for(uint32_t i=0;i<info2.chunks.size();++i)
|
for(uint32_t i=0;i<info2.chunks.size();++i)
|
||||||
if(info2.chunks[i] == FileChunksInfo::CHUNK_DONE)
|
if(info2.chunks[i] == FileChunksInfo::CHUNK_DONE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue