diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-11 10:33:43 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-11 10:33:43 +0000 |
commit | 0eaa647dcb020a824e24a29ba0e30483d065ac67 (patch) | |
tree | 08cb4c3f7f677129285e53c9b9e4c4e1f58c5573 /src/inspircd.cpp | |
parent | 276b84df68ce8655947f2870d835cac4eecf6a98 (diff) |
Fix my last broken commit
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4323 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 05761237b..61c59a6b5 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -889,7 +889,6 @@ void InspIRCd::DoOneIteration(bool process_module_sockets) break; } } - yield_depth--; } int InspIRCd::Run() @@ -920,7 +919,6 @@ int InspIRCd::Run() /* main loop, this never returns */ expire_run = false; - yield_depth = 0; iterations = 0; while (true) |