events already sorted in edg_wll_QueryEventsServer
authorMiloš Mulač <mulac@civ.zcu.cz>
Thu, 10 Jul 2008 12:56:16 +0000 (12:56 +0000)
committerMiloš Mulač <mulac@civ.zcu.cz>
Thu, 10 Jul 2008 12:56:16 +0000 (12:56 +0000)
org.glite.lb.server/src/jobstat.c

index 4c5d46c..38609c5 100644 (file)
@@ -399,8 +399,6 @@ int edg_wll_intJobStatus(
                return edg_wll_SetError(ctx,ENOENT,NULL);
        }
 
-       edg_wll_SortEvents(events);
-
        for (i = 0; i < num_events; i++) {
                res = processEvent(intstat, &events[i], i, be_strict, &errstring);
                if (res == RET_FATAL || res == RET_INTERNAL) { /* !strict */