Auth: Typo fix in logon challenge handler, closes issue 3975, thanks 41782992

--HG--
branch : trunk
This commit is contained in:
Shocker
2010-09-12 05:24:48 +03:00
parent 4da2cdffea
commit 90434d0a45

View File

@@ -426,7 +426,7 @@ bool AuthSocket::_HandleLogonChallenge()
else
{
///- Get the password from the account table, upper it, and make the SRP6 calculation
std::string rI = res2->GetString(1);
std::string rI = res2->GetString(0);
///- Don't calculate (v, s) if there are already some in the database
std::string databaseV = res2->GetString(5);