Update of /cvsroot/sblim/sfcb
In directory vz-cvs-3.sog:/tmp/cvs-serv14056
Modified Files:
cimslpCMPI.c ChangeLog NEWS
Log Message:
[ 3538848 ] compile error in cimslpCMPI.c:291
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/sfcb/NEWS,v
retrieving revision 1.700
retrieving revision 1.701
diff -u -d -r1.700 -r1.701
--- NEWS 21 Jun 2012 16:51:08 -0000 1.700
+++ NEWS 29 Jun 2012 00:45:22 -0000 1.701
@@ -30,6 +30,7 @@
- 3533179 Double definition for union semun in FreeBSD
- 3535313 xmlUnescape may access memory beyond its buffer
- 3520694 compile errors in cimAccountPassthroughProvider.c
+- 3538848 compile error in cimslpCMPI.c:291
Changes in 1.3.14
=================
Index: cimslpCMPI.c
===================================================================
RCS file: /cvsroot/sblim/sfcb/cimslpCMPI.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- cimslpCMPI.c 14 Jun 2012 02:09:43 -0000 1.20
+++ cimslpCMPI.c 29 Jun 2012 00:45:22 -0000 1.21
@@ -288,7 +288,7 @@
sn = myGetProperty(ci[0], "SystemName");
#ifdef SLP_HOSTNAME_LIB
- getCustomSlpHostname(char **sn);
+ getCustomSlpHostname(&sn);
#endif
rs.url_syntax = getUrlSyntax(sn, cfg.commScheme, cfg.port);
Index: ChangeLog
===================================================================
RCS file: /cvsroot/sblim/sfcb/ChangeLog,v
retrieving revision 1.784
retrieving revision 1.785
diff -u -d -r1.784 -r1.785
--- ChangeLog 21 Jun 2012 16:51:08 -0000 1.784
+++ ChangeLog 29 Jun 2012 00:45:22 -0000 1.785
@@ -1,3 +1,7 @@
+2012-06-28 Narasimha Sharoff <nsh...@us...>
+ * cimslpCMPI.c:
+ [ 3538848 ] compile error in cimslpCMPI.c:291
+
2012-06-21 Narasimha Sharoff <nsh...@us...>
* cimcClientSfcbLocal.c, cimXmlRequest.c, interopProvider.c,
|