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:
51972b1
)
Fix a merge error.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 17:38:08 +0000
(17:38 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Mon, 14 Feb 2011 17:38:08 +0000
(17:38 +0000)
org.glite.lb.logger/src/send_event.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.logger/src/send_event.c
b/org.glite.lb.logger/src/send_event.c
index
8cd90d1
..
e682962
100644
(file)
--- a/
org.glite.lb.logger/src/send_event.c
+++ b/
org.glite.lb.logger/src/send_event.c
@@
-359,7
+359,7
@@
event_queue_send(struct event_queue *eq, struct queue_thread *me)
/* check minor code */
if(!(ENOENT == code_min)) {
/* non fatal errors (for us) */
-
eq
->timeout = TIMEOUT;
+
me
->timeout = TIMEOUT;
return(0);
}