mirror of
https://github.com/xcat2/xNBA.git
synced 2025-08-25 20:50:29 +00:00
One bit of an ASCII character can make a big difference.
This commit is contained in:
@@ -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 );
|
||||
|
Reference in New Issue
Block a user