mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-07 05:38:09 -05:00
corrected one nasty bug due to missing return
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5.0@2654 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9abbe935b3
commit
f0e1d2afc3
@ -402,6 +402,7 @@ bool ftDataMultiplex::recvChunkMap(const std::string& peerId, const std::string&
|
|||||||
std::cerr << "ftDataMultiplex::handleRecvChunkMap() ERROR: No matching file Provider for hash " << hash ;
|
std::cerr << "ftDataMultiplex::handleRecvChunkMap() ERROR: No matching file Provider for hash " << hash ;
|
||||||
std::cerr << std::endl;
|
std::cerr << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
it->second->setClientMap(peerId, compressed_map);
|
it->second->setClientMap(peerId, compressed_map);
|
||||||
|
Loading…
Reference in New Issue
Block a user