Skip to content

Commit

Permalink
Fixed 3495801: Correction to 3495343
Browse files Browse the repository at this point in the history
  • Loading branch information
hellerda committed Feb 29, 2012
1 parent f534353 commit 810a08e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2012-02-29 Dave Heller <hellerda@us.ibm.com>

* cimslpSLP.c:
[ 3495801 ] Correction to 3495343

2012-02-28 Chris Buccella <buccella@linux.vnet.ibm.com>

* interopServerProvider.c:
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Bugs fixed:
- 3457460 PAM_RHOST set wrong
- 3495343 Bad pointer references in trace statements
- 3416164 Don't write CIM_IndicationService to disk
- 3495801 Correction to 3495343

Changes in 1.3.13
=================
Expand Down
2 changes: 1 addition & 1 deletion cimslpSLP.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 810a08e

Please sign in to comment.