diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 21:08:58 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 21:08:58 +0200 |
| commit | c3e856f37368c7488aa9298b12946f125c8895c0 (patch) | |
| tree | 9b81949c046ddf885d2117a8757800df09a6d534 /zenserver/compute/apply.cpp | |
| parent | Changed how sponsor processes are managed (diff) | |
| parent | Compact binary package caching support (#9) (diff) | |
| download | zen-c3e856f37368c7488aa9298b12946f125c8895c0.tar.xz zen-c3e856f37368c7488aa9298b12946f125c8895c0.zip | |
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenserver/compute/apply.cpp')
| -rw-r--r-- | zenserver/compute/apply.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/compute/apply.cpp b/zenserver/compute/apply.cpp index e40c6918d..3197eaee4 100644 --- a/zenserver/compute/apply.cpp +++ b/zenserver/compute/apply.cpp @@ -588,7 +588,7 @@ HttpFunctionService::HttpFunctionService(CasStore& Store, CidStore& InCidStore, TotalAttachmentBytes += CompressedSize; ++AttachmentCount; - const CasStore::InsertResult InsertResult = m_CidStore.AddChunk(DataView); + const CidStore::InsertResult InsertResult = m_CidStore.AddChunk(DataView); if (InsertResult.New) { |