From: Miroslav Lichvar Date: Thu, 23 Jun 2011 13:23:16 +0000 (+0200) Subject: Step also cooked select timestamp in scheduler slew handler X-Git-Tag: 1.26-pre1~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbe1a09e7ed412cd503f5aafe58605eb87a63540;p=thirdparty%2Fchrony.git Step also cooked select timestamp in scheduler slew handler --- diff --git a/sched.c b/sched.c index d7c5c385..5ea93f68 100644 --- a/sched.c +++ b/sched.c @@ -527,6 +527,7 @@ handle_slew(struct timeval *raw, } UTI_AddDoubleToTimeval(&last_select_ts_raw, -doffset, &last_select_ts_raw); + UTI_AddDoubleToTimeval(&last_select_ts, -doffset, &last_select_ts); } }