Fix regression validity check in handle_relock_after_trim()

This commit is contained in:
Miroslav Lichvar 2013-10-07 17:42:30 +02:00
parent 1939aae70e
commit f38872eab3

View file

@ -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) {