From: Zdeněk Salvet Date: Thu, 9 Dec 2004 16:51:44 +0000 (+0000) Subject: Fix bug #5471 (wrong variant in event union type accessed on resubmission). X-Git-Tag: glite-wms-utils-exception_R_1_0_0~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=a8ea0385800fc3b9ba3c080f40fac98ff746a9bf;p=jra1mw.git Fix bug #5471 (wrong variant in event union type accessed on resubmission). --- diff --git a/org.glite.lb.server/src/jobstat.c b/org.glite.lb.server/src/jobstat.c index 6d2e64f..a5dbc56 100644 --- a/org.glite.lb.server/src/jobstat.c +++ b/org.glite.lb.server/src/jobstat.c @@ -595,7 +595,7 @@ static int processEvent(intJobStat *js, edg_wll_Event *e, int ev_seq, int strict rep(js->pub.reason, e->enQueued.reason); free(js->pub.location); - if (e->transfer.result == EDG_WLL_ENQUEUED_OK) { + if (e->enQueued.result == EDG_WLL_ENQUEUED_OK) { js->pub.location = location_string( e->enQueued.queue, e->enQueued.host,