From ae90d3e5a0090f15c68246b94e39730ff75f935a Mon Sep 17 00:00:00 2001 From: amber Date: Mon, 24 Jan 2005 21:57:05 +0000 Subject: Fix account wipe git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@984 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/login/login.c b/src/login/login.c index 4e1870163..c7440dd4b 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -1025,7 +1025,6 @@ int mmo_auth_new(struct mmo_account* account, char sex, char* email) { if (auth_num >= auth_max) { auth_max += 256; auth_dat = (struct auth_dat*)aRealloc(auth_dat, sizeof(struct auth_dat) * auth_max); - memset(auth_dat, 0, sizeof(struct auth_dat) * auth_max); } memset(&auth_dat[i], '\0', sizeof(struct auth_dat)); -- cgit v1.2.3-70-g09d2