Don't try to recover from our own time steps

This commit is contained in:
Miroslav Lichvar 2011-06-10 18:55:20 +02:00
parent 91749ebb2b
commit 0bf34725e3

View file

@ -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);
}
}