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 f193aa21b9a123b67d79d262789db2d06b83a45a (commit)
from 75653ff204b7b886f2c255f6f99c93318432f40c (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 f193aa21b9a123b67d79d262789db2d06b83a45a
Author: Michael Chase-Salerno <br...@li...>
Date: Thu Jun 7 17:50:22 2012 -0400
[ 3532951 ] Filter creation fails with disable default properties
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index afb4290..3d6e131 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-06-07 Michael Chase-Salerno <br...@li...>
+
+ * interopProvider.c:
+ [ 3532951 ] Filter creation fails with disable default properties
+
2012-06-06 Michael Chase-Salerno <br...@li...>
* indCIMXMLExport.c:
diff --git a/NEWS b/NEWS
index 7c9d907..ddc0864 100644
--- a/NEWS
+++ b/NEWS
@@ -112,6 +112,7 @@ Bugs Fixed:
- 3528096 Error status codes sometimes not propigated for instances
- 3529856 httpProcs limit can be broken
- 3527620 EnumerateClasses does not include qualifiers by default
+- 3532951 Filter creation fails with disable default properties
Changes in 1.3.14
=================
diff --git a/interopProvider.c b/interopProvider.c
index f45b5ab..a60f714 100644
--- a/interopProvider.c
+++ b/interopProvider.c
@@ -1179,6 +1179,7 @@ InteropProviderCreateInstance(CMPIInstanceMI * mi,
gethostname(hostName,511); /* should be the same as SystemName of IndicationService */
CMAddKey(copLocal, "SystemName", hostName, CMPI_chars);
CMSetProperty(ciLocal,"SystemName",hostName,CMPI_chars);
+ CMSetStatus(&st, CMPI_RC_OK);
}
for (ql = (char *) lang->hdl, i = 0, n = 0, m = strlen(ql); i < m; i++) {
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|