fix build
authorAleš Křenek <ljocha@ics.muni.cz>
Tue, 19 Sep 2006 18:14:44 +0000 (18:14 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Tue, 19 Sep 2006 18:14:44 +0000 (18:14 +0000)
org.glite.lb.common/src/xml_conversions.c

index eac5b41..bbf833b 100644 (file)
@@ -520,7 +520,7 @@ char *edg_wll_from_string_to_string(edg_wll_XML_ctx *XMLCtx)
 
        s = edg_wll_UnescapeXML((const char *) XMLCtx->char_buf);
        edg_wll_freeBuf(XMLCtx);
-       return ret;
+       return s;
 }