mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
One bit of an ASCII character can make a big difference.
This commit is contained in:
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
Block a user