Commit 3f47a0d8 authored by Sébastien Escudier's avatar Sébastien Escudier

fix vlm scheduling

Closes #4646
(cherry picked from commit cc5743456e5b28f86d2efa594317db6a33669e8e)
parent 51341477
......@@ -472,7 +472,7 @@ static void* Manage( void* p_object )
}
}
}
else
else if( i_nextschedule == 0 || i_real_date < i_nextschedule )
{
i_nextschedule = i_real_date;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment