[9940] Fix typo in AuthSocket.cpp

This commit is contained in:
Derex 2010-05-20 02:10:06 +03:00
parent 540edb5a81
commit 47186c05ec
2 changed files with 1 additions and 2 deletions

View file

@ -755,7 +755,6 @@ bool AuthSocket::_HandleReconnectChallenge()
DEBUG_LOG("[ReconnectChallenge] name(%d): '%s'", ch->I_len, ch->I);
_login = (const char*)ch->I;
_build = ch->build;
_safelogin = _login;
loginDatabase.escape_string(_safelogin);