From: Aleš Křenek Date: Fri, 2 Dec 2005 19:18:10 +0000 (+0000) Subject: - don't proxy-purge jobs on entering Done state (FP's patch) X-Git-Tag: glite-lb-server_R_1_3_3 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=f7d024d59d7d32bf8a868d227d2b4a2125e6c0e4;p=jra1mw.git - don't proxy-purge jobs on entering Done state (FP's patch) - push patch version --- diff --git a/org.glite.lb.server/project/version.properties b/org.glite.lb.server/project/version.properties index 12f7b66..99d7184 100644 --- a/org.glite.lb.server/project/version.properties +++ b/org.glite.lb.server/project/version.properties @@ -1,4 +1,4 @@ #Fri Sep 02 14:18:35 CEST 2005 -module.version=1.3.2 +module.version=1.3.3 module.build=2 module.age=1 diff --git a/org.glite.lb.server/src/db_store.c b/org.glite.lb.server/src/db_store.c index fc61e47..e021ba3 100644 --- a/org.glite.lb.server/src/db_store.c +++ b/org.glite.lb.server/src/db_store.c @@ -90,7 +90,6 @@ db_store(edg_wll_Context ctx,char *ucs, char *event) case EDG_WLL_EVENT_CLEAR: case EDG_WLL_EVENT_ABORT: case EDG_WLL_EVENT_CANCEL: - case EDG_WLL_EVENT_DONE: edg_wll_PurgeServerProxy(ctx, ev->any.jobId); break; default: break;