From 7fcfc6b85ee6640a4e9a499dc44d757a7ef567fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Milo=C5=A1=20Mula=C4=8D?= Date: Fri, 2 Jun 2006 13:06:56 +0000 Subject: [PATCH] add some comments to misty part of code --- org.glite.lb.client/src/producer.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index 6f3bce7..3094432 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -772,7 +772,10 @@ static int edg_wll_RegisterJobMaster( (char *)jdl,ns,parent_s,type_s,num_subjobs,intseed); } } else if (flags & LOGFLAG_PROXY) { - /* first obtain the certiicate */ + /* first obtain the certificate */ + /* used in edg_wll_DoLogEventProxy() for field DG.USER */ + /* not mandatory now */ + err = edg_wll_gss_acquire_cred_gsi( context->p_proxy_filename ? context->p_proxy_filename : context->p_cert_filename, context->p_proxy_filename ? context->p_proxy_filename : context->p_key_filename, -- 1.8.2.3