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:
e6eaf25
)
revert changes
author
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 17 May 2007 17:03:11 +0000
(17:03 +0000)
committer
Jan Pospíšil
<honik@ntc.zcu.cz>
Thu, 17 May 2007 17:03:11 +0000
(17:03 +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
92fc12a
..
5be5dc5
100644
(file)
--- a/
org.glite.lb.client/src/producer.c
+++ b/
org.glite.lb.client/src/producer.c
@@
-641,7
+641,6
@@
int edg_wll_SetLoggingJob(
}
/* add user credentials to context */
-#if 0
{
char *my_subject_name = NULL;
edg_wll_GssStatus gss_stat;
@@
-664,7
+663,6
@@
int edg_wll_SetLoggingJob(
gss_release_cred(&min_stat, &cred);
if (my_subject_name) free(my_subject_name);
}
-#endif
return edg_wll_Error(ctx,NULL,NULL);
}