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 c82bc87d88c184684a25b6b2e340c44f7a06b98b (commit)
from a09ce1cd98a5b61cc7248ee01949967547df6fd1 (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 c82bc87d88c184684a25b6b2e340c44f7a06b98b
Author: Narasimha Sharoff <nsh...@us...>
Date: Thu Jun 28 17:53:17 2012 -0700
[ 3538848 ] compile error in cimslpCMPI.c:291
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 8c46c72..ccb166f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-06-28 Narasimha Sharoff <nsh...@us...>
+ * cimslpCMPI.c:
+ [ 3538848 ] compile error in cimslpCMPI.c:291
+
2012-06-26 Narasimha Sharoff <nsh...@us...>
* cimcClientSfcbLocal.c, cimXmlRequest.c, interopProvider.c,
diff --git a/NEWS b/NEWS
index 236050c..26d8299 100644
--- a/NEWS
+++ b/NEWS
@@ -118,6 +118,7 @@ Bugs Fixed:
- 3532951 Filter creation fails with disable default properties
- 3533179 Double definition for union semun in FreeBSD
- 3535313 xmlUnescape may access memory beyond its buffer
+- 3538848 compile error in cimslpCMPI.c:291
Changes in 1.3.14
=================
diff --git a/cimslpCMPI.c b/cimslpCMPI.c
index ad16cf0..64b5e63 100644
--- a/cimslpCMPI.c
+++ b/cimslpCMPI.c
@@ -270,7 +270,7 @@ getSLPData(cimomConfig cfg, const CMPIBroker *_broker,
sn = myGetProperty(ci[0], "SystemName");
#ifdef SLP_HOSTNAME_LIB
- getCustomSlpHostname(char **sn);
+ getCustomSlpHostname(&sn);
#endif
rs.url_syntax = getUrlSyntax(sn, cfg.commScheme, cfg.port);
rs.service_hi_name = myGetProperty(ci[0], "ElementName");
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|