We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c6a0a commit 4c511f5Copy full SHA for 4c511f5
XEngine_Module/XEngine_Verification/Verification_XAuth/Verification_XAuthNet.cpp
@@ -328,7 +328,7 @@ bool CVerification_XAuthNet::Verification_XAuthNet_GetAuth()
328
Verification_dwErrorCode = ERROR_XENGINE_MODULE_VERIFICATION_XAUTH_NOLOGIN;
329
return false;
330
}
331
- if (m_bAuth)
+ if (!m_bAuth)
332
{
333
Verification_IsErrorOccur = true;
334
Verification_dwErrorCode = XENGINE_COMMUNICATION_PROTOCOL_OPERATOR_CODE_AUTH_EXPIRED;
0 commit comments