Skip to content

Commit 4c511f5

Browse files
committed
fixed:get auth failure
1 parent 23c6a0a commit 4c511f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_Module/XEngine_Verification/Verification_XAuth/Verification_XAuthNet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ bool CVerification_XAuthNet::Verification_XAuthNet_GetAuth()
328328
Verification_dwErrorCode = ERROR_XENGINE_MODULE_VERIFICATION_XAUTH_NOLOGIN;
329329
return false;
330330
}
331-
if (m_bAuth)
331+
if (!m_bAuth)
332332
{
333333
Verification_IsErrorOccur = true;
334334
Verification_dwErrorCode = XENGINE_COMMUNICATION_PROTOCOL_OPERATOR_CODE_AUTH_EXPIRED;

0 commit comments

Comments
 (0)