From: Zdeněk Salvet Date: Thu, 30 Aug 2007 07:48:37 +0000 (+0000) Subject: Fix typo in structure reference. X-Git-Tag: glite-lb-client_R_3_0_1_1~13 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=153e6e05456e44d8460f8b555070b32f0324adc7;p=jra1mw.git Fix typo in structure reference. --- diff --git a/org.glite.lb.server/src/store.c.T b/org.glite.lb.server/src/store.c.T index 2a2dabc..2951b23 100644 --- a/org.glite.lb.server/src/store.c.T +++ b/org.glite.lb.server/src/store.c.T @@ -695,7 +695,7 @@ static edg_wll_ErrorCode states_values_embryonic( stat->pub.owner = strdup(e->user); stat->pub.jobtype = EDG_WLL_STAT_SIMPLE; stat->pub.stateEnterTimes[1 + EDG_WLL_JOB_SUBMITTED] = (int)e->timestamp.tv_sec; - stat->lastUpdateTime = e->timestamp; + stat->pub.lastUpdateTime = e->timestamp; jobid_md5 = edg_wlc_JobIdGetUnique(jobid); parent_md5 = edg_wlc_JobIdGetUnique(e->jobId);