summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-04-29 19:22:37 +0000
committerChris Wilson <chris+github@qwirx.com>2014-04-29 19:22:37 +0000
commit3d89893047b1bee1b39035101b92179e85986e1e (patch)
tree72bb637581cc100bf6be79f99b649706916ab469
parent2da542c70f42918ea1a5b581e93930e7c432da62 (diff)
Add a comment explaining why we can't move detached dirs back into place.
-rw-r--r--lib/backupstore/BackupStoreCheck2.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/backupstore/BackupStoreCheck2.cpp b/lib/backupstore/BackupStoreCheck2.cpp
index 15403f3d..a4805378 100644
--- a/lib/backupstore/BackupStoreCheck2.cpp
+++ b/lib/backupstore/BackupStoreCheck2.cpp
@@ -149,6 +149,8 @@ void BackupStoreCheck::CheckUnattachedObjects()
if((flags & Flags_IsDir) == Flags_IsDir)
{
// Directory. Just put into lost and found.
+ // (It doesn't contain its filename, so we
+ // can't recreate the entry in the parent)
putIntoDirectoryID = GetLostAndFoundDirID();
}
else