mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 12:05:08 -05:00
Fix last commit
This commit is contained in:
@@ -1048,7 +1048,7 @@ RTC_Linux_Trim(void)
|
|||||||
/* Estimate the offset in case writertc is called or chronyd
|
/* Estimate the offset in case writertc is called or chronyd
|
||||||
is terminated during rapid sampling */
|
is terminated during rapid sampling */
|
||||||
coef_seconds_fast = -now.tv_usec / 1e6 + 0.5;
|
coef_seconds_fast = -now.tv_usec / 1e6 + 0.5;
|
||||||
coef_ref_time = now;
|
coef_ref_time = now.tv_sec;
|
||||||
|
|
||||||
/* And start rapid sampling, interrupts on now */
|
/* And start rapid sampling, interrupts on now */
|
||||||
if (timeout_running) {
|
if (timeout_running) {
|
||||||
|
|||||||
Reference in New Issue
Block a user