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

index de2360f..7655b8e 100644 (file)
@@ -1,4 +1,4 @@
 #Fri Sep 02 14:18:35 CEST 2005
-module.version=1.3.4
+module.version=1.3.5
 module.build=2
 module.age=1
index 5d86547..1501fa5 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 &&