This corrects a mistake in 3495343 in the patch to cimslpSLP.c. In function registerCIMService() there is a declaration: char **urlsyntax, so the original ptr reference in the TRACE statement was incorrect. However, in function deregisterCIMService() the declaration is char *urlsyntax, so the TRACE statement was actually correct in it original form and should not have been altered. This is now fixed.
Fixed: correction to 3495343
Fixed: correction to 3495343
Committed to CVS and git.