From: Zdeněk Šustr Date: Mon, 27 Sep 2010 12:50:08 +0000 (+0000) Subject: Attempt fix for bug #73206 X-Git-Tag: glite-lb-client_R_4_1_4_1~1 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=592b4d1a616b44bb3e5eb9a466466253b95f3681;p=jra1mw.git Attempt fix for bug #73206 --- diff --git a/org.glite.lb.client/src/producer.c b/org.glite.lb.client/src/producer.c index b9616cd..47d2d04 100644 --- a/org.glite.lb.client/src/producer.c +++ b/org.glite.lb.client/src/producer.c @@ -870,7 +870,7 @@ static int edg_wll_RegisterJobMaster( /* send the RegJob event message */ if ((err = edg_wll_LogEventMaster(ctx,flags, EDG_WLL_EVENT_REGJOB, EDG_WLL_FORMAT_REGJOB, - (char *)jdl,ns,parent,type_s,num_subjobs,seed,wms_dn_s)) != 0 ) { + (char *)jdl,ns,parent_s,type_s,num_subjobs,seed,wms_dn_s)) != 0 ) { edg_wll_UpdateError(ctx,EINVAL,"edg_wll_RegisterJobMaster(): unable to register job"); goto edg_wll_registerjobmaster_end; }