File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
XEngine_Module/XEngine_Verification/Verification_XAuth Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -510,9 +510,10 @@ bool CVerification_XAuthKey::Verification_XAuthKey_KeyInit(VERIFICATION_XAUTHKEY
510510 if (ENUM_VERIFICATION_MODULE_SERIAL_TYPE_UNKNOW == pSt_XAuthInfo->st_AuthRegInfo .enSerialType )
511511 {
512512 pSt_XAuthInfo->st_AuthRegInfo .enSerialType = ENUM_VERIFICATION_MODULE_SERIAL_TYPE_TIME;
513- _xstprintf (pSt_XAuthInfo->st_AuthRegInfo .tszLeftTime , _X (" 5" ));
514- pSt_XAuthInfo->st_AuthRegInfo .nHasTime = 5 ;
513+ pSt_XAuthInfo->st_AuthRegInfo .nHasTime = 3 ;
515514 }
515+ _xstprintf (pSt_XAuthInfo->st_AuthRegInfo .tszLeftTime , _X (" %lld" ), pSt_XAuthInfo->st_AuthRegInfo .nHasTime );
516+
516517 if (ENUM_VERIFICATION_MODULE_CDKEY_TYPE_UNKNOW == pSt_XAuthInfo->st_AuthRegInfo .enRegType )
517518 {
518519 pSt_XAuthInfo->st_AuthRegInfo .enRegType = ENUM_VERIFICATION_MODULE_CDKEY_TYPE_TRY;
You can’t perform that action at this time.
0 commit comments