From 0eaa647dcb020a824e24a29ba0e30483d065ac67 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 11 Jul 2006 10:33:43 +0000 Subject: Fix my last broken commit git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4323 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3