From 8f7ccfa9502a4ebb9b92cf6f78f11f6f6dbe660b Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 9 Apr 2014 22:14:46 +0000 Subject: Don't pass AttributesModTime as the hash of the new directory's attributes. An incorrect comment led me to believe that this parameter was the new directory's AttributesModTime, but actually it was its hash. --- lib/backupstore/BackupStoreContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/backupstore/BackupStoreContext.cpp b/lib/backupstore/BackupStoreContext.cpp index 07618625..c6d45324 100644 --- a/lib/backupstore/BackupStoreContext.cpp +++ b/lib/backupstore/BackupStoreContext.cpp @@ -1109,7 +1109,7 @@ int64_t BackupStoreContext::AddDirectory(int64_t InDirectory, { dir.AddEntry(rFilename, ModificationTime, id, dirSize, BackupStoreDirectory::Entry::Flags_Dir, - AttributesModTime); + 0 /* attributes hash */); SaveDirectory(dir, InDirectory); // Increment reference count on the new directory to one -- cgit v1.2.3