fixed last received time stamp so that it displays the last time data was actually received

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6910 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-11-27 20:01:09 +00:00
parent eab486f5db
commit 75c178082f
2 changed files with 2 additions and 14 deletions

View file

@ -1684,6 +1684,7 @@ bool ftController::FileDetails(const std::string &hash, FileInfo &info)
/* extract details */
info.hash = hash;
info.fname = it->second->mName;
info.lastTS = it->second->mCreator->lastRecvTimeStamp();
info.storage_permission_flags.clear() ;
info.transfer_info_flags = it->second->mFlags ;
info.priority = SPEED_NORMAL ;