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:
csoler 2010-03-28 18:56:30 +00:00
parent 9abbe935b3
commit f0e1d2afc3

View File

@ -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 << std::endl;
#endif
return false;
}
it->second->setClientMap(peerId, compressed_map);