http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1db1a6d
)
One bit of an ASCII character can make a big difference.
author
Michael Brown
<mcb30@etherboot.org>
Mon, 29 May 2006 21:00:00 +0000
(21:00 +0000)
committer
Michael Brown
<mcb30@etherboot.org>
Mon, 29 May 2006 21:00:00 +0000
(21:00 +0000)
src/net/retry.c
patch
|
blob
|
history
diff --git
a/src/net/retry.c
b/src/net/retry.c
index
f00c178
..
fd70426
100644
(file)
--- a/
src/net/retry.c
+++ b/
src/net/retry.c
@@
-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 );