1
0

Authenticator doesn't save the ini file.

Didn't load it -> shouldn't save it.
This commit is contained in:
madmaxoft
2013-10-27 09:09:39 +01:00
parent f032a2ff74
commit a7d44d69dd
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,6 @@ void cAuthenticator::ReadINI(cIniFile & IniFile)
if (bSave)
{
IniFile.SetValueB("Authentication", "Authenticate", m_ShouldAuthenticate);
IniFile.WriteFile("settings.ini");
}
}