From: Dave H. <hel...@us...> - 2014-03-25 23:27:03
|
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 4d204e8c0576ade0973bd19dd57cce228b7085be (commit) from 4afcd398906552b969d8169c861759802cfa64b1 (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 4d204e8c0576ade0973bd19dd57cce228b7085be Author: Dave Heller <hel...@us...> Date: Tue Mar 25 19:26:13 2014 -0400 [bugs:#2728] Missing tag definition for REFARRAY ----------------------------------------------------------------------- Summary of changes: backend/cimxml/cimXmlParser.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/backend/cimxml/cimXmlParser.c b/backend/cimxml/cimXmlParser.c index d1c312f..c3d7dc7 100644 --- a/backend/cimxml/cimXmlParser.c +++ b/backend/cimxml/cimXmlParser.c @@ -1237,6 +1237,7 @@ static Tags tags[] = { {TAG("VALUE.ARRAY"), procValueArray, ZTOK_VALUEARRAY}, {TAG("VALUE.NAMEDINSTANCE"), procValueNamedInstance, ZTOK_VALUENAMEDINSTANCE}, {TAG("VALUE.REFERENCE"), procValueReference, ZTOK_VALUEREFERENCE}, + {TAG("VALUE.REFARRAY"), procValueRefArray, ZTOK_VALUEREFARRAY}, {TAG("VALUE.OBJECTWITHPATH"), procValueObjectWithPath, ZTOK_VALUEOBJECTWITHPATH}, {TAG("VALUE"), procValue, ZTOK_VALUE}, {TAG("HOST"), procHost, ZTOK_HOST}, hooks/post-receive -- sfcc- Small Footprint CIM Client |