From 4e8674860d894a1b1b9cbf6b7a7e19e7533ff29c Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 8 Feb 2007 16:36:48 +0000 Subject: - Fixed the new socket code, which was triggering the inactivity timeout on the servers' listening sockets - Fixed the TURBO code not working since r4468 (parse func never called) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9826 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/core.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/core.c') diff --git a/src/common/core.c b/src/common/core.c index f0ab846d1..94d7272ad 100644 --- a/src/common/core.c +++ b/src/common/core.c @@ -264,9 +264,7 @@ int main (int argc, char **argv) while (runflag) { next = do_timer(gettick_nocache()); do_sendrecv(next); - #ifndef TURBO do_parsepacket(); - #endif } } -- cgit v1.2.3-60-g2f50