From 5f6a6a2557a90573a504b541a3234f0dc566bf6a Mon Sep 17 00:00:00 2001 From: ultramage Date: Wed, 17 Oct 2007 20:24:48 +0000 Subject: * Merged do_sendrecv() and do_parse() into do_sockets() * Fixed subnet check message displaying incorrect ip addresses * client_addr will now be properly set to 0 for server connections * Removed socket code that attempts to cope with code bugs at runtime * Removed outdated copyright and version number from startup logo git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11503 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/login/login.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/login') diff --git a/src/login/login.c b/src/login/login.c index d087097d3..8acc10d73 100644 --- a/src/login/login.c +++ b/src/login/login.c @@ -3194,6 +3194,7 @@ int parse_login(int fd) WFIFOSET(fd,3); session[fd]->func_parse = parse_fromchar; + session[fd]->client_addr = 0; realloc_fifo(fd, FIFOSIZE_SERVERLINK, FIFOSIZE_SERVERLINK); send_GM_accounts(fd); // send GM account to char-server -- cgit v1.2.3-70-g09d2