From: Zdeněk Salvet Date: Thu, 2 Feb 2006 09:11:45 +0000 (+0000) Subject: Fix for bug #14247. X-Git-Tag: glite-lb-server_R_1_3_5 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=05ec21459db870f5de5619a9d6e70b6dff0b70c2;p=jra1mw.git Fix for bug #14247. --- diff --git a/org.glite.lb.server/project/version.properties b/org.glite.lb.server/project/version.properties index de2360f..7655b8e 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.4 +module.version=1.3.5 module.build=2 module.age=1 diff --git a/org.glite.lb.server/src/query.c b/org.glite.lb.server/src/query.c index 5d86547..1501fa5 100644 --- a/org.glite.lb.server/src/query.c +++ b/org.glite.lb.server/src/query.c @@ -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 &&