From 0bf34725e324ef7dcd98e2f4880aaba8a63445f9 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 10 Jun 2011 18:55:20 +0200 Subject: [PATCH] Don't try to recover from our own time steps --- sched.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sched.c b/sched.c index e5e4a525..a08baa1f 100644 --- a/sched.c +++ b/sched.c @@ -509,6 +509,8 @@ handle_slew(struct timeval *raw, for (i = 0; i < SCH_NumberOfClasses; i++) { UTI_AddDoubleToTimeval(&last_class_dispatch[i], -doffset, &last_class_dispatch[i]); } + + UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw); } } -- 2.47.2