summaryrefslogtreecommitdiffstats
path: root/source/Root.cpp
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-27 18:14:26 +0200
committermadmaxoft <github@xoft.cz>2013-09-27 18:14:26 +0200
commitf4efcb90808603bbfce5a149f5490bd6fceb880f (patch)
tree34c68b8364077ed37e9c73bfc88003eb0a821b50 /source/Root.cpp
parentImplemented basic HTTP message header parsing. (diff)
downloadcuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar.gz
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar.bz2
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar.lz
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar.xz
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.tar.zst
cuberite-f4efcb90808603bbfce5a149f5490bd6fceb880f.zip
Diffstat (limited to '')
-rw-r--r--source/Root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Root.cpp b/source/Root.cpp
index 823bd8e13..821dd0928 100644
--- a/source/Root.cpp
+++ b/source/Root.cpp
@@ -137,7 +137,7 @@ void cRoot::Start(void)
}
else
{
- m_WebServer.Initialize(WebIniFile);
+ m_HTTPServer.Initialize(WebIniFile);
}
LOG("Loading settings...");