no comment ... fix for idiotic typo ...
g0dil [Mon, 30 Aug 2010 14:22:52 +0000 (14:22 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@1702 270642c3-0616-0410-b53a-bc976706d245

senf/Scheduler/FIFORunner.cc

index 783a98d..4669c4d 100644 (file)
@@ -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;
     }
 }