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:
5e7db9d
)
Don't propagate CollectionState from LB proxy. Fixes bug #30203
author
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 23 Apr 2008 11:24:41 +0000
(11:24 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Wed, 23 Apr 2008 11:24:41 +0000
(11:24 +0000)
org.glite.lb.server/src/db_store.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/db_store.c
b/org.glite.lb.server/src/db_store.c
index
d24f0c6
..
d2fdd6f
100644
(file)
--- a/
org.glite.lb.server/src/db_store.c
+++ b/
org.glite.lb.server/src/db_store.c
@@
-215,7
+215,8
@@
static int db_actual_store(edg_wll_Context ctx, char *event, edg_wll_Event *ev,
} else
#endif
- if (edg_wll_EventSendProxy(ctx, ev->any.jobId, event) ) {
+ if (ev->type != EDG_WLL_EVENT_COLLECTIONSTATE &&
+ edg_wll_EventSendProxy(ctx, ev->any.jobId, event) ) {
return edg_wll_SetError(ctx, EDG_WLL_IL_PROTO, "edg_wll_EventSendProxy() error.");
}