From: Dave H. <hel...@us...> - 2012-09-14 01:25:39
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCC - Small Footprint CIM Client". The branch, master has been updated via 1698d26dfb0ffb8ed451ccbf2310973a7150dcc9 (commit) from edf0098727b4f22101d153eb48b75b76286b5070 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1698d26dfb0ffb8ed451ccbf2310973a7150dcc9 Author: Dave Heller <hel...@us...> Date: Thu Sep 13 21:18:49 2012 -0400 [ 3566968 ] sfcc enumInstances fails to parse the xml ----------------------------------------------------------------------- Summary of changes: diff --git a/NEWS b/NEWS index 0eb97b7..b47e19e 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ Bugs: - 3435363: Wrong call of curl_global_cleanup() - 3547832: memory leak in backend/cimxml/grammer.c - 3555103: wrong declaration of release attribute in _CIMCArgsFT +- 3566968: sfcc enumInstances fails to parse the xml Changes in 2.2.3 ================ diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c index b7b590e..128d92f 100644 --- a/backend/cimxml/cimXmlParser.c +++ b/backend/cimxml/cimXmlParser.c @@ -757,9 +757,10 @@ static int procKeyValue(parseUnion * lvalp, ParserControl * parm) { static XmlElement elm[] = { {"VALUETYPE"}, + {"TYPE"}, {NULL} }; - XmlAttr attr[1] = { + XmlAttr attr[2] = { {NULL} }; char *val; hooks/post-receive -- SFCC - Small Footprint CIM Client |