diff options
author | Machiavelli <none@none> | 2010-09-12 17:04:19 +0200 |
---|---|---|
committer | Machiavelli <none@none> | 2010-09-12 17:04:19 +0200 |
commit | e8732898284a66077abeba33f62abf982bf06fd6 (patch) | |
tree | 221db59827b72f6d3521b754ae1272e49c4f2d87 /src/server/authserver/Server/AuthSocket.h | |
parent | 123163dc41b0264891aa0d57702c23c98fdb5f1e (diff) |
Core/Authsocket: Fix errorenous authentication failure
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Server/AuthSocket.h')
-rw-r--r-- | src/server/authserver/Server/AuthSocket.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSocket.h b/src/server/authserver/Server/AuthSocket.h index 0ad40b6930b..4b106de7f68 100644 --- a/src/server/authserver/Server/AuthSocket.h +++ b/src/server/authserver/Server/AuthSocket.h @@ -84,7 +84,6 @@ class AuthSocket: public RealmSocket::Session bool _authed; std::string _login; - std::string _safelogin; // Since GetLocaleByName() is _NOT_ bijective, we have to store the locale as a string. Otherwise we can't differ // between enUS and enGB, which is important for the patch system |