From 592b4d1a616b44bb3e5eb9a466466253b95f3681 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20=C5=A0ustr?= Date: Mon, 27 Sep 2010 12:50:08 +0000 Subject: [PATCH] Attempt fix for bug #73206 --- org.glite.lb.client/src/producer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 1.8.2.3