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:
db62595
)
- EDG_WLL_PARAM_USER_LBPROXY <-> EDG_WLL_PARAM_LBPROXY_USER
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Wed, 10 Nov 2004 09:57:09 +0000
(09:57 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Wed, 10 Nov 2004 09:57:09 +0000
(09:57 +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
de9602c
..
7ff6772
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-722,7
+722,7
@@
int edg_wll_SetLoggingJobProxy(
edg_wll_IncSequenceCode(context);
}
/* XXX: add user credentials somewhere - to context? */
- edg_wll_SetParamString(context, EDG_WLL_PARAM_
USER_LBPROXY
, user);
+ edg_wll_SetParamString(context, EDG_WLL_PARAM_
LBPROXY_USER
, user);
return edg_wll_Error(context,NULL,NULL);
}