aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2014-11-06 18:49:19 +0100
committerShauren <shauren.trinity@gmail.com>2014-11-06 18:49:19 +0100
commite401f9c9e24f02aaef78577aa8620f7089d95280 (patch)
treeea7cfe013ad488bbe4c1dc62fab4bf91ebc78134 /src/server/authserver/Server/AuthSession.cpp
parent5a5aa9dd5c6ba1fcd6d0a48e443043c92867dd35 (diff)
Core/PacketIO: Added SMSG_REDIRECT_CLIENT/ConnectTo packet structure
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index 0ba832af483..248010ef112 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -433,7 +433,7 @@ bool AuthSession::HandleLogonProof()
A.SetBinary(logonProof->A, 32);
// SRP safeguard: abort if A == 0
- if (A.isZero())
+ if (A.IsZero())
{
return false;
}