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 1e901739f..52a0f46ce 100644
--- a/source/Root.cpp
+++ b/source/Root.cpp
@@ -127,7 +127,7 @@ void cRoot::Start(void)
cIniFile WebIniFile("webadmin.ini");
if( WebIniFile.ReadFile() )
{
- if( WebIniFile.GetValueB("WebAdmin", "Enabled", false ) == true )
+ if (WebIniFile.GetValueB("WebAdmin", "Enabled", false ))
{
LOG("Creating WebAdmin...");
m_WebAdmin = new cWebAdmin(8080);