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:
d9c7e05
)
Actually use the sequence code retrieved from LBproxy.
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 27 Apr 2006 17:36:15 +0000
(17:36 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Thu, 27 Apr 2006 17:36:15 +0000
(17:36 +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
55520d6
..
35aaa97
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);
}