Fix regression validity check in handle_relock_after_trim()
This commit is contained in:
parent
1939aae70e
commit
f38872eab3
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue