Fix for bug #14247. glite-lb-server_branch_1_2_4
authorZdeněk Salvet <salvet@ics.muni.cz>
Thu, 2 Feb 2006 09:10:46 +0000 (09:10 +0000)
committerZdeněk Salvet <salvet@ics.muni.cz>
Thu, 2 Feb 2006 09:10:46 +0000 (09:10 +0000)
org.glite.lb.server/project/version.properties
org.glite.lb.server/src/query.c

index 5bd43b7..3d6ae30 100644 (file)
@@ -1,4 +1,4 @@
 #Fri Sep 02 14:01:52 CEST 2005
-module.version=1.2.5
+module.version=1.2.6
 module.build=2
 module.age=1
index d2f4b1b..fed8b8e 100644 (file)
@@ -78,7 +78,8 @@ int edg_wll_QueryEventsServer(
                goto cleanup;
 
        if (event_conditions && *event_conditions && (*event_conditions)->attr &&
-               !(event_where = ec_to_head_where(ctx,event_conditions)))
+               !(event_where = ec_to_head_where(ctx,event_conditions)) &&
+               edg_wll_Error(ctx,NULL,NULL) != 0)
                goto cleanup;
 
        if ( job_conditions && *job_conditions && (*job_conditions)->attr &&