From 7788a8602fd9aaaa7f4113937ee331ff11d93af5 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 26 Feb 2006 20:49:17 +0000 Subject: Fixes and tweaks git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3349 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a070e5099..9eeec73a3 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -654,7 +654,7 @@ void InspIRCd::DoOneIteration(bool process_module_sockets) * most, 20 or so, so this won't be much of a performance * hit at all. */ - if (!process_module_sockets) + if (process_module_sockets) DoSocketTimeouts(TIME); TickTimers(TIME); -- cgit v1.2.3