mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 04:35:06 -05:00
Fix regression validity check in handle_relock_after_trim()
This commit is contained in:
@@ -670,6 +670,7 @@ handle_relock_after_trim(void)
|
|||||||
time_t ref;
|
time_t ref;
|
||||||
double fast, slope;
|
double fast, slope;
|
||||||
|
|
||||||
|
valid = 0;
|
||||||
run_regression(1, &valid, &ref, &fast, &slope);
|
run_regression(1, &valid, &ref, &fast, &slope);
|
||||||
|
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user