git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0c75fc
)
* try again after disconnect, not after connection failed
author
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 20:52:39 +0000
(20:52 +0000)
committer
Michal Voců
<michal@ruk.cuni.cz>
Wed, 21 Jun 2006 20:52:39 +0000
(20:52 +0000)
org.glite.lb.logger/src/queue_thread.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/queue_thread.c
b/org.glite.lb.logger/src/queue_thread.c
index
858487e
..
4eeae47
100644
(file)
--- a/
org.glite.lb.logger/src/queue_thread.c
+++ b/
org.glite.lb.logger/src/queue_thread.c
@@
-156,7
+156,7
@@
queue_thread(void *q)
/* also allow for one more try immediately after server disconnect,
which may cure server kicking us out after given number of connections */
#ifndef LB_PERF
- if((ret == 0) && (retrycnt
==
0))
+ if((ret == 0) && (retrycnt
>
0))
event_queue_sleep(eq);
#endif