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