summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreCheck2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreCheck2.cpp')
-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