Skip to content

Commit b6bed0e

Browse files
committed
modify:not verification local or network type
1 parent 1493da5 commit b6bed0e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

XEngine_Module/XEngine_Verification/Verification_XAuth/Verification_XAuthKey.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -371,13 +371,6 @@ bool CVerification_XAuthKey::Verification_XAuthKey_KeyParse(VERIFICATION_XAUTHKE
371371
return false;
372372
}
373373
}
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-
}
381374
//是否有自定义硬件码,如果有,那么可以不用关心硬件类型
382375
if (NULL == lpszHWCode)
383376
{

0 commit comments

Comments
 (0)