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:
1346e7f
)
- set the user from p_user_lbproxy context parameter (UserJobs call)
author
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 22 Mar 2005 14:15:36 +0000
(14:15 +0000)
committer
Jiří Škrábal
<nykolas@ics.muni.cz>
Tue, 22 Mar 2005 14:15:36 +0000
(14:15 +0000)
org.glite.lb.client/src/consumer.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.client/src/consumer.c
b/org.glite.lb.client/src/consumer.c
index
14059ad
..
8011242
100644
(file)
--- a/
org.glite.lb.client/src/consumer.c
+++ b/
org.glite.lb.client/src/consumer.c
@@
-543,6
+543,7
@@
int edg_wll_UserJobsProxy(
edg_wll_JobStat **statesOut)
{
ctx->isProxy = 1;
+ if ( ctx->p_user_lbproxy ) ctx->peerName = strdup(ctx->p_user_lbproxy);
return edg_wll_UserJobs(ctx, jobsOut, statesOut);
}