aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpnull.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-01-28 13:30:07 +0100
committerStefan Boberg <[email protected]>2022-01-28 13:30:07 +0100
commit31a2c8a818a904969f17d24dbec7c50dcd688638 (patch)
tree3c1e58e1cc24c86134acfd40c8bf12f22b4f16d6 /zenhttp/httpnull.cpp
parentStructured cache PUTs now preserve content type for binary and compressed binary (diff)
parentCompile fix (diff)
downloadzen-31a2c8a818a904969f17d24dbec7c50dcd688638.tar.xz
zen-31a2c8a818a904969f17d24dbec7c50dcd688638.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zenhttp/httpnull.cpp')
-rw-r--r--zenhttp/httpnull.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenhttp/httpnull.cpp b/zenhttp/httpnull.cpp
index 31b13a6ce..a6e1d3567 100644
--- a/zenhttp/httpnull.cpp
+++ b/zenhttp/httpnull.cpp
@@ -24,10 +24,10 @@ HttpNullServer::RegisterService(HttpService& Service)
ZEN_UNUSED(Service);
}
-void
+int
HttpNullServer::Initialize(int BasePort)
{
- ZEN_UNUSED(BasePort);
+ return BasePort;
}
void