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 has been updated
via 9d9f9a4d1a9d57f3f6168d460fa8a518952715f9 (commit)
from 704948d9b97e7fde7cc9745cb0793c7ac8ca37a9 (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 9d9f9a4d1a9d57f3f6168d460fa8a518952715f9
Author: Dave Heller <hel...@us...>
Date: Sun Oct 13 16:31:58 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 91ca175..fd62e4d 100644
--- a/cimXmlOps.y
+++ b/cimXmlOps.y
@@ -2530,7 +2530,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 e25e33d..bad54f6 100644
--- a/contributions.txt
+++ b/contributions.txt
@@ -237,3 +237,7 @@ Jan Safranek, Red Hat
Rusty Peng
----------
09/26/2013 [sfcb-tix:#80] sfcc cannot reconnect with sfcb
+
+Ting Wang
+----------
+10/13/2013 [sfcb-tix:#81] Bad CMPIType assignment in cimXmlOps
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|