From: g0dil Date: Mon, 30 Aug 2010 14:22:52 +0000 (+0000) Subject: no comment ... fix for idiotic typo ... X-Git-Url: http://g0dil.de/git?a=commitdiff_plain;h=d92cbd4dcb8132f35ebb1d243cb1df076f4d5ecd;p=senf.git no comment ... fix for idiotic typo ... git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1702 270642c3-0616-0410-b53a-bc976706d245 --- diff --git a/senf/Scheduler/FIFORunner.cc b/senf/Scheduler/FIFORunner.cc index 783a98d..4669c4d 100644 --- a/senf/Scheduler/FIFORunner.cc +++ b/senf/Scheduler/FIFORunner.cc @@ -215,11 +215,11 @@ prefix_ void senf::scheduler::detail::FIFORunner::run(TaskList::iterator f, Task ++ next_; } watchdogCount_ = 0; - next_ = 0; + next_ = l; } catch (...) { watchdogCount_ = 0; - next_ = 0; + next_ = l; throw; } }