convert also JDL attribute name in WS queries
authorAleš Křenek <ljocha@ics.muni.cz>
Fri, 7 Aug 2009 14:10:32 +0000 (14:10 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Fri, 7 Aug 2009 14:10:32 +0000 (14:10 +0000)
org.glite.lb.server/src/ws_typeref.c.T

index b07cbb5..53c93fd 100644 (file)
@@ -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: