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 "sfcb - Small Footprint CIM Broker".
The branch, master_1.3 has been updated
via 45a53e6e01366a1ce884b418f5c9b807bfcac8b6 (commit)
from f2c44c35521a5c0900d0e38730711926ba17f62a (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 45a53e6e01366a1ce884b418f5c9b807bfcac8b6
Author: Dave Heller <hel...@us...>
Date: Sun Oct 13 16:40:43 2013 -0400
[sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps
-----------------------------------------------------------------------
Summary of changes:
cimXmlOps.y | 2 +-
contributions.txt | 4 ++++
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/cimXmlOps.y b/cimXmlOps.y
index 6b6dfd1..53348ba 100644
--- a/cimXmlOps.y
+++ b/cimXmlOps.y
@@ -711,7 +711,7 @@ paramValue
: XTOK_PARAMVALUE ZTOK_PARAMVALUE
{
$$.value.value=NULL;
- $$.type=-1;
+ $$.type=0;
}
| XTOK_PARAMVALUE value ZTOK_PARAMVALUE
{
diff --git a/contributions.txt b/contributions.txt
index 7f1cd1c..7b6241a 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -204,3 +204,7 @@ Zane Bitter, Red Hat
--------------------
03/28/2012 [ 3510458 ] Malformed XML response to GetProperty
03/28/2012 [ 3510456 ] GetProperty calls not passing keys to providers
+
+Ting Wang
+----------
+10/13/2013 [sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|