- Fixed the compile error in login.c

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5815 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
skotlex 2006-03-30 17:12:22 +00:00
parent 39d33a2f80
commit 71ae46e3b6

View File

@ -599,7 +599,7 @@ int mmo_auth( struct mmo_account* account , int fd){
jstrescapecpy(t_uid,account->userid);
if (account.passwdenc==PASSWORDENC) {
if (account->passwdenc==PASSWORDENC) {
memset(t_pass, 0, sizeof(t_pass));
memcpy(t_pass, account->passwd, strlen(account->passwd));
} else