From: Dave H. <hel...@us...> - 2012-02-29 21:44:52
|
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 c14fdc6674ac4982b1cf5a5219ab89ad0e8126f9 (commit) from c38977abeb45e3a2079bc9cdb4a5a0d29961bfd8 (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 c14fdc6674ac4982b1cf5a5219ab89ad0e8126f9 Author: Dave Heller <hel...@us...> Date: Wed Feb 29 16:31:46 2012 -0500 [ 3495801 ] Correction to 3495343 ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index a3b8743..1bd0619 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2012-02-29 Dave Heller <hel...@us...> + * cimslpSLP.c: + [ 3495801 ] Correction to 3495343 + +2012-02-29 Dave Heller <hel...@us...> + * cimslpSLP.c, indCIMXMLExport.c: [ 3495343 ] Bad pointer references in trace statements diff --git a/NEWS b/NEWS index ebb631f..2507d07 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,7 @@ New features: Bugs fixed: - 3495343 Bad pointer references in trace statements +- 3495801 Correction to 3495343 Changes in 1.4.2 ================ diff --git a/cimslpSLP.c b/cimslpSLP.c index c7a1742..8544014 100644 --- a/cimslpSLP.c +++ b/cimslpSLP.c @@ -181,7 +181,7 @@ deregisterCIMService(const char *urlsyntax) printf ("--- Error deregistering service with slp (%i) ... it will now timeout\n", err); - _SFCB_TRACE(4, ("--- urlsyntax: %s\n", *urlsyntax)); + _SFCB_TRACE(4, ("--- urlsyntax: %s\n", urlsyntax)); } SLPClose(hslp); } hooks/post-receive -- SFCB - Small Footprint CIM Broker |