From fa0c6f874cb85db8cac41bf3a7be260686239e65 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 10 Jan 2008 15:35:23 +0000 Subject: Another round of login server cleaning * fixed passwordencrypt on SQL not behaving correctly (since r10753) * corrected some column lengths in the login db (username, password,...) * fixed some places which used wfifo without first reallocating it * removed interserver packet 0x7532 (Request to end connection), as there was no code that actually sent this packet * moved RFIFOSKIP actions to execute as soon as possible git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12043 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/char.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index 42f5b83b0..d853a72ba 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -3681,11 +3681,6 @@ int parse_char(int fd) RFIFOSKIP(fd,2); break; - // disconnect request from login server - case 0x7532: - set_eof(fd); - return 0; - // unknown packet received default: ShowError("parse_char: Received unknown packet "CL_WHITE"0x%x"CL_RESET" from ip '"CL_WHITE"%s"CL_RESET"'! Disconnecting!\n", RFIFOW(fd,0), ip2str(ipl, NULL)); -- cgit v1.2.3-60-g2f50