aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.h
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2014-08-08 21:14:12 +0200
committerjackpoz <giacomopoz@gmail.com>2014-08-08 21:14:12 +0200
commit78af80230deab7613b748bbb938c5c6c8ff8fb89 (patch)
tree1992d69a7196bbebfb138b21090b05e506166503 /src/server/authserver/Server/AuthSession.h
parent936db9d50dcb98ec20077bc2d2b3d74ceeb0ccff (diff)
Core/Misc: Fix static analysis issues
Diffstat (limited to 'src/server/authserver/Server/AuthSession.h')
-rw-r--r--src/server/authserver/Server/AuthSession.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.h b/src/server/authserver/Server/AuthSession.h
index 14129d76fd8..5a05ee6f8e9 100644
--- a/src/server/authserver/Server/AuthSession.h
+++ b/src/server/authserver/Server/AuthSession.h
@@ -37,7 +37,8 @@ class AuthSession : public Socket<AuthSession, ByteBuffer>
public:
static std::unordered_map<uint8, AuthHandler> InitHandlers();
- AuthSession(tcp::socket&& socket) : Socket(std::move(socket), 1)
+ AuthSession(tcp::socket&& socket) : Socket(std::move(socket), 1),
+ _isAuthenticated(false), _build(0), _expversion(0), _accountSecurityLevel(SEC_PLAYER)
{
N.SetHexStr("894B645E89E1535BBDAD5B8B290650530801B18EBFBF5E8FAB3C82872A3E9BB7");
g.SetDword(7);