We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1493da5 commit b6bed0eCopy full SHA for b6bed0e
1 file changed
XEngine_Module/XEngine_Verification/Verification_XAuth/Verification_XAuthKey.cpp
@@ -371,13 +371,6 @@ bool CVerification_XAuthKey::Verification_XAuthKey_KeyParse(VERIFICATION_XAUTHKE
371
return false;
372
}
373
374
- //类型不匹配
375
- if (ENUM_VERIFICATION_MODULE_VERMODE_TYPE_LOCAL != pSt_XAuthInfo->st_AuthRegInfo.enVModeType)
376
- {
377
- Verification_IsErrorOccur = true;
378
- Verification_dwErrorCode = ERROR_XENGINE_MODULE_VERIFICATION_XAUTH_MODETYPE;
379
- return false;
380
- }
381
//是否有自定义硬件码,如果有,那么可以不用关心硬件类型
382
if (NULL == lpszHWCode)
383
{
0 commit comments