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:
f0dbd0e
)
Add missing parameter to edg_wll_gss_normalize_subj().
author
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 29 Aug 2007 08:05:42 +0000
(08:05 +0000)
committer
Zdeněk Salvet
<salvet@ics.muni.cz>
Wed, 29 Aug 2007 08:05:42 +0000
(08:05 +0000)
org.glite.lb.server/src/query.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.server/src/query.c
b/org.glite.lb.server/src/query.c
index
e67503a
..
820c60f
100644
(file)
--- a/
org.glite.lb.server/src/query.c
+++ b/
org.glite.lb.server/src/query.c
@@
-951,7
+951,7
@@
static char *jc_to_head_where(
return NULL;
}
- tmps2 = edg_wll_gss_normalize_subj(jc[m][n].value.c);
+ tmps2 = edg_wll_gss_normalize_subj(jc[m][n].value.c
, 0
);
if (!jc[m][n].value.c && !can_peername) {
can_peername = edg_wll_gss_normalize_subj(ctx->peerName, 0);
}