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