aboutsummaryrefslogtreecommitdiff
path: root/zenserver/cache/structuredcache.cpp
diff options
context:
space:
mode:
authorMartin Ridgers <[email protected]>2022-01-28 10:49:03 +0100
committerMartin Ridgers <[email protected]>2022-01-28 10:49:03 +0100
commitf799a77279cc7ee1c300a1fc97fa33b83f454f84 (patch)
tree875f27275b9de81bc50920509718f41632cb02d2 /zenserver/cache/structuredcache.cpp
parentRename Paylod to Value to match the client side: missing file from previous c... (diff)
downloadzen-f799a77279cc7ee1c300a1fc97fa33b83f454f84.tar.xz
zen-f799a77279cc7ee1c300a1fc97fa33b83f454f84.zip
Compile fix
Diffstat (limited to 'zenserver/cache/structuredcache.cpp')
-rw-r--r--zenserver/cache/structuredcache.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/zenserver/cache/structuredcache.cpp b/zenserver/cache/structuredcache.cpp
index 99ac6cb0c..d39b95a1e 100644
--- a/zenserver/cache/structuredcache.cpp
+++ b/zenserver/cache/structuredcache.cpp
@@ -966,7 +966,6 @@ HttpStructuredCacheService::PutCacheRecord(PutRequestData& Request, const CbPack
Count.Total);
ZenCacheValue CacheValue;
- MemoryView RecordView = Record.GetView();
CacheValue.Value = IoBuffer(Record.GetSize());
Record.CopyTo(MutableMemoryView(CacheValue.Value.MutableData(), CacheValue.Value.GetSize()));
CacheValue.Value.SetContentType(ZenContentType::kCbObject);