Add missing parameter to edg_wll_gss_normalize_subj().
authorZdeněk Salvet <salvet@ics.muni.cz>
Wed, 29 Aug 2007 08:05:42 +0000 (08:05 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Wed, 29 Aug 2007 08:05:42 +0000 (08:05 +0000)
org.glite.lb.server/src/query.c

index e67503a..820c60f 100644 (file)
@@ -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);
                        }