Mod aaa-12 删除无效变量

RCA:
SOL:
修改人:zhouzian
检视人:zhouzian
This commit is contained in:
zhouzian 2019-09-12 16:45:30 +08:00
parent cfb96ec099
commit d12b3df254
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ void user_auth_login(char* username, char* password, USER_AUTH_RET *auth_result)
time_t login_time; //登陆时间
time_t remain_lock_time; //锁定剩余时间
USERACCOUNT user_info; //临时数据,存储登陆用户名对应的用户信息
void * auth_hdbc;
int sql_num;
//memset(auth_result, 0, sizeof(USER_AUTH_RET));