aboutsummaryrefslogtreecommitdiff
path: root/zenserver/compute/apply.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 21:08:58 +0200
committerStefan Boberg <[email protected]>2021-09-16 21:08:58 +0200
commitc3e856f37368c7488aa9298b12946f125c8895c0 (patch)
tree9b81949c046ddf885d2117a8757800df09a6d534 /zenserver/compute/apply.cpp
parentChanged how sponsor processes are managed (diff)
parentCompact binary package caching support (#9) (diff)
downloadzen-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.cpp2
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)
{