- don't proxy-purge jobs on entering Done state (FP's patch) glite-lb-server_R_1_3_3
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 2 Dec 2005 19:18:10 +0000 (19:18 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 2 Dec 2005 19:18:10 +0000 (19:18 +0000)
- push patch version

org.glite.lb.server/project/version.properties
org.glite.lb.server/src/db_store.c

index 12f7b66..99d7184 100644 (file)
@@ -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
index fc61e47..e021ba3 100644 (file)
@@ -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;