mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 17: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;
|
||||
double fast, slope;
|
||||
|
||||
valid = 0;
|
||||
run_regression(1, &valid, &ref, &fast, &slope);
|
||||
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user