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:
csoler 2010-02-24 14:27:12 +00:00
parent 92dbbe8f99
commit 7691f8aee9

View File

@ -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);
}
}