From: Miloš Mulač Date: Tue, 22 May 2007 08:12:00 +0000 (+0000) Subject: use stat->resubmitted only as flag (bool) X-Git-Tag: merge_313_src~3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f32f90ae493c7d6db7fcf19079f00c0279ec0d40;p=jra1mw.git use stat->resubmitted only as flag (bool) - prevents gSoap complaining about values not beeing 0 or 1 --- diff --git a/org.glite.lb.server/src/process_event.c b/org.glite.lb.server/src/process_event.c index 19b4dec..1bce002 100644 --- a/org.glite.lb.server/src/process_event.c +++ b/org.glite.lb.server/src/process_event.c @@ -481,7 +481,7 @@ static int processEvent_glite(intJobStat *js, edg_wll_Event *e, int ev_seq, int e->enQueued.host, e->enQueued.src_instance); if (e->enQueued.source == EDG_WLL_SOURCE_LOG_MONITOR) - js->pub.resubmitted += 1; + js->pub.resubmitted = 1; } else { js->pub.location = location_string( edg_wll_SourceToString(e->enQueued.source),