aboutsummaryrefslogtreecommitdiff
path: root/zenserver/testing/httptest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver/testing/httptest.cpp')
-rw-r--r--zenserver/testing/httptest.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/zenserver/testing/httptest.cpp b/zenserver/testing/httptest.cpp
index b44db2722..c4fd6003c 100644
--- a/zenserver/testing/httptest.cpp
+++ b/zenserver/testing/httptest.cpp
@@ -96,12 +96,11 @@ HttpTestingService::PackageHandler::OnRequestComplete()
{
}
-zen::IoBuffer
+IoBuffer
HttpTestingService::PackageHandler::CreateTarget(const IoHash& Cid, uint64_t StorageSize)
{
- ZEN_UNUSED(Cid, StorageSize);
-
- return {};
+ ZEN_UNUSED(Cid);
+ return IoBuffer{StorageSize};
}
} // namespace zen