mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 01:01:40 -04:00
attempt at fixing the re-hash bug. Now only using canonicalized filenames in hash cache
This commit is contained in:
parent
22942dc70b
commit
d61a5cd5ab
3 changed files with 9 additions and 6 deletions
|
@ -118,7 +118,8 @@ private:
|
|||
|
||||
struct FileHashJob
|
||||
{
|
||||
std::string full_path;
|
||||
std::string full_path; // canonicalized file name (means: symlinks removed, loops removed, etc)
|
||||
std::string real_path; // path supplied by the client.
|
||||
uint64_t size ;
|
||||
HashStorageClient *client;
|
||||
uint32_t client_param ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue