diff options
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
| -rw-r--r-- | zenserver/cache/structuredcachestore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp index ae3b401a5..3ba75cd9c 100644 --- a/zenserver/cache/structuredcachestore.cpp +++ b/zenserver/cache/structuredcachestore.cpp @@ -1025,7 +1025,7 @@ ZenCacheDiskLayer::CacheBucket::MigrateLegacyData(bool CleanSource) OldLocation.Size(), 0, OldLocation.Flags() | LegacyDiskLocation::kTombStone); - LegacyLogEntries.push_back(LegacyDiskIndexEntry(ChunkHash, NewLocation)); + LegacyLogEntries.push_back(LegacyDiskIndexEntry{.Key = ChunkHash, .Location = NewLocation}); } LegacyCasLog.Append(LegacyLogEntries); LegacyCasLog.Flush(); |