summaryrefslogtreecommitdiffstats
path: root/source/Root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Root.cpp')
-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...");