Copy JDL string from CREAM event to main jdl field too.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 6 Apr 2010 19:20:24 +0000 (19:20 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 6 Apr 2010 19:20:24 +0000 (19:20 +0000)
org.glite.lb.state-machine/src/process_event_cream.c

index cfac36f..d4fc60d 100644 (file)
@@ -81,6 +81,7 @@ int processEvent_Cream(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict,
                        }
                        if (USABLE_DATA(res)) {
                                rep_cond(js->pub.cream_owner, js->pub.owner);
+                               rep_cond(js->pub.jdl, e->regJob.jdl);
                                rep_cond(js->pub.cream_jdl, e->regJob.jdl);
                                rep_cond(js->pub.cream_endpoint, e->regJob.ns);
                                rep_cond(js->pub.destination, e->regJob.ns);