aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-02-15 08:24:29 +0000
committerGitHub <[email protected]>2023-02-15 00:24:29 -0800
commitfc821440c9bed4a74aad71b39ce824da4d6cc676 (patch)
treede792110747224828d5f3a50b279e307f06ec64a
parentMove knowledge of UE env variable from zenserver to zen command line tool (#227) (diff)
downloadzen-fc821440c9bed4a74aad71b39ce824da4d6cc676.tar.xz
zen-fc821440c9bed4a74aad71b39ce824da4d6cc676.zip
Make sure to add any scanned files to the cas registry (#230)
-rw-r--r--zenstore/filecas.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenstore/filecas.cpp b/zenstore/filecas.cpp
index bfed99639..5b4a2aabc 100644
--- a/zenstore/filecas.cpp
+++ b/zenstore/filecas.cpp
@@ -1131,6 +1131,7 @@ FileCasStrategy::ReadIndexFile()
continue;
}
m_Index.insert_or_assign(Entry.Key, IndexEntry{.Size = Entry.Size});
+ CasLog.Append(Entry);
}
CasLog.Close();