diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-26 20:49:17 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-26 20:49:17 +0000 |
commit | 7788a8602fd9aaaa7f4113937ee331ff11d93af5 (patch) | |
tree | adc9fe39be8191deb308a82b06c791d1be961263 /src/inspircd.cpp | |
parent | c412741934413fc66d5b69d17625d1ece77b977b (diff) |
Fixes and tweaks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3349 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |