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:
aca397a
)
Actually use the sequence code retrieved from LBproxy (fix for bug #16502).
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 18 May 2006 08:26:23 +0000
(08:26 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 18 May 2006 08:26:23 +0000
(08:26 +0000)
org.glite.lb.client/src/producer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/producer.c
b/org.glite.lb.client/src/producer.c
index
813bce9
..
19095e1
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-699,10
+699,9
@@
int edg_wll_SetLoggingJobProxy(
edg_wll_SetParamString(context, EDG_WLL_PARAM_LBPROXY_USER, user);
/* query LBProxyServer for sequence code if not user-suplied */
-/* FIXME: doesn't work yet */
if (!code) {
- edg_wll_QuerySequenceCodeProxy(context, job, &code_loc);
- goto edg_wll_setloggingjobproxy_end;
+ if (edg_wll_QuerySequenceCodeProxy(context, job, &code_loc))
+
goto edg_wll_setloggingjobproxy_end;
} else {
code_loc = strdup(code);
}