From: Aleš Křenek Date: Fri, 7 Aug 2009 14:10:32 +0000 (+0000) Subject: convert also JDL attribute name in WS queries X-Git-Tag: glite-lbjp-common-db_R_1_0_1_3~11 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=24e3813f460e858652c7183322befa8739d104a9;p=jra1mw.git convert also JDL attribute name in WS queries --- diff --git a/org.glite.lb.server/src/ws_typeref.c.T b/org.glite.lb.server/src/ws_typeref.c.T index b07cbb5..53c93fd 100644 --- a/org.glite.lb.server/src/ws_typeref.c.T +++ b/org.glite.lb.server/src/ws_typeref.c.T @@ -531,6 +531,7 @@ int edg_wll_SoapToQueryRec( edg_wll_SoapToJobStatCode(*(collection->statName), &(out->attr_id.state)); break; case EDG_WLL_QUERY_ATTR_USERTAG: + case EDG_WLL_QUERY_ATTR_JDL_ATTR: out->attr_id.tag = strdup(collection->tagName); break; default: