From 71ae46e3b6bb9b3fcc4aa6611f5c6a310b2fe184 Mon Sep 17 00:00:00 2001 From: skotlex Date: Thu, 30 Mar 2006 17:12:22 +0000 Subject: [PATCH] - 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 --- src/login_sql/login.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/login_sql/login.c b/src/login_sql/login.c index 1fad6f4dc1..ef5cbb7ec0 100644 --- a/src/login_sql/login.c +++ b/src/login_sql/login.c @@ -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