diff options
| -rw-r--r-- | zenstore/filecas.cpp | 1 |
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(); |