diff options
Diffstat (limited to 'src/login_sql/login.c')
-rw-r--r-- | src/login_sql/login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login_sql/login.c b/src/login_sql/login.c index b8e57544a..bff047492 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -513,7 +513,7 @@ int mmo_auth(struct mmo_account* account, int fd) char t_uid[256]; char user_password[256], password[256]; long connect_until; - int encpasswdok = 0, state; + int state; char ip[16]; uint32 ipl = session[fd]->client_addr; |