Commit cc574345 authored by Sébastien Escudier's avatar Sébastien Escudier

fix vlm scheduling

Closes #4646
parent 51cada4b
...@@ -506,7 +506,7 @@ static void* Manage( void* p_object ) ...@@ -506,7 +506,7 @@ static void* Manage( void* p_object )
} }
} }
} }
else else if( i_nextschedule == 0 || i_real_date < i_nextschedule )
{ {
i_nextschedule = i_real_date; 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