Commit 651e5e5eeb1b64794096a464afd39767400a75cb

Authored by xiemeng
1 parent ae3a866e

强制bCheckQCFlag为true, 不允许用户自行修改该值

Showing 1 changed file with 1 additions and 0 deletions
... ... @@ -924,6 +924,7 @@ int InitSNIni()
924 924 }
925 925
926 926 AuthHandle_Init();
  927 + g_sMetaComm.bCheckQCFlag = true;
927 928
928 929 return initStatus;
929 930
... ...
Please register or login to post a comment