Attempt fix for bug #73206
authorZdeněk Šustr <sustr4@cesnet.cz>
Mon, 27 Sep 2010 12:50:08 +0000 (12:50 +0000)
committerZdeněk Šustr <sustr4@cesnet.cz>
Mon, 27 Sep 2010 12:50:08 +0000 (12:50 +0000)
org.glite.lb.client/src/producer.c

index b9616cd..47d2d04 100644 (file)
@@ -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; 
         }