From: Jan Pospíšil Date: Wed, 17 Mar 2010 07:48:17 +0000 (+0000) Subject: fix setting logging job to proxy X-Git-Tag: glite-jobid-api-c_R_1_0_2_1~85 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=1d06eaf2b8fe2f67c94ea06444948d3a9bd84f0d;p=jra1mw.git fix setting logging job to proxy --- diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index a533eb0..7ff90a7 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -850,15 +850,10 @@ static int edg_wll_RegisterJobMaster( } if (flags & EDG_WLL_LOGFLAG_PROXY) { - /* XXX: it was here but we don't know why edg_wll_SetSequenceCode(ctx, NULL, EDG_WLL_SEQ_NORMAL); seq = edg_wll_GetSequenceCode(ctx); - */ - err=edg_wll_SetLoggingJobProxy(ctx,job,/* seq */ NULL,NULL,EDG_WLL_SEQ_NORMAL); - } else { - err=edg_wll_SetLoggingJob(ctx,job,NULL,EDG_WLL_SEQ_NORMAL); } - // ret=edg_wll_SetLoggingJobMaster(ctx,job,seq,NULL,EDG_WLL_SEQ_NORMAL,flags); + err=edg_wll_SetLoggingJobMaster(ctx,job,seq,NULL,EDG_WLL_SEQ_NORMAL,flags); if (err != 0) { edg_wll_UpdateError(ctx,EINVAL,"edg_wll_RegisterJobMaster(): unable to set logging job");