summaryrefslogtreecommitdiffstats
path: root/source/Authenticator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Authenticator.cpp')
-rw-r--r--source/Authenticator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/Authenticator.cpp b/source/Authenticator.cpp
index a32e9ce8f..e09fd0871 100644
--- a/source/Authenticator.cpp
+++ b/source/Authenticator.cpp
@@ -67,7 +67,6 @@ void cAuthenticator::ReadINI(cIniFile & IniFile)
if (bSave)
{
IniFile.SetValueB("Authentication", "Authenticate", m_ShouldAuthenticate);
- IniFile.WriteFile("settings.ini");
}
}