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:
3980fc4
)
savannah bug #85224 fixed. DN matches are not case-sensitive anymore.
author
Marcel Poul
<marcel.poul@cern.ch>
Fri, 2 Sep 2011 12:36:12 +0000
(12:36 +0000)
committer
Marcel Poul
<marcel.poul@cern.ch>
Fri, 2 Sep 2011 12:36:12 +0000
(12:36 +0000)
org.glite.lbjp-common.gss/src/glite_gss.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lbjp-common.gss/src/glite_gss.c
b/org.glite.lbjp-common.gss/src/glite_gss.c
index
bba9bc1
..
bff309f
100644
(file)
--- a/
org.glite.lbjp-common.gss/src/glite_gss.c
+++ b/
org.glite.lbjp-common.gss/src/glite_gss.c
@@
-1561,7
+1561,7
@@
edg_wll_gss_equal_subj(const char *a, const char *b)
if (!an || !bn)
res = 0;
else
- res = !strcmp(an,bn);
+ res = !strc
asec
mp(an,bn);
free(an); free(bn);
return res;