mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing NetworkWide flag to download from recommendation
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2415 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
92dbbe8f99
commit
7691f8aee9
@ -485,7 +485,7 @@ void MessagesDialog::getcurrentrecommended()
|
||||
{
|
||||
const FileInfo& f(it->second) ;
|
||||
std::cout << "Requesting file " << f.fname << ", size=" << f.size << ", hash=" << f.hash << std::endl ;
|
||||
rsFiles -> FileRequest(it->second.fname,it->second.hash,it->second.size, "", 0, srcIds);
|
||||
rsFiles -> FileRequest(it->second.fname,it->second.hash,it->second.size, "", RS_FILE_HINTS_NETWORK_WIDE, srcIds);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user