mirror of https://github.com/ipxe/ipxe.git
One bit of an ASCII character can make a big difference.
parent
1db1a6dad3
commit
552b4a178e
|
@ -107,7 +107,7 @@ static void retry_step ( struct process *process ) {
|
|||
unsigned long now = currticks();
|
||||
|
||||
list_for_each_entry_safe ( timer, tmp, &timers, list ) {
|
||||
if ( timer->expiry >= now ) {
|
||||
if ( timer->expiry <= now ) {
|
||||
timer->retries++;
|
||||
reload_timer ( timer );
|
||||
timer->expired ( timer );
|
||||
|
|
Loading…
Reference in New Issue