From: Chris B. <buc...@us...> - 2011-06-21 20:52:33
|
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 a99bfd0271f42d1a7ae0bc8f7c7b01d8953de5f0 (commit) from cfb1c7cdf98ed5cddc6e5cb3b794a4b469abf434 (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 a99bfd0271f42d1a7ae0bc8f7c7b01d8953de5f0 Author: buccella <buc...@li...> Date: Tue Jun 21 16:52:17 2011 -0400 [ 3324214 ] Remove dead code from providerDrv:loadProvider() ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index e322c9a..47d84ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-06-21 Chris Buccella <buc...@li...> + * providerDrv.c: + [ 3324214 ] Remove dead code from providerDrv:loadProvider() + * httpAdapter.c: [ 3323427 ] Unnecessary NULL check in httpAdapter diff --git a/NEWS b/NEWS index e32b4fc..5018ab4 100644 --- a/NEWS +++ b/NEWS @@ -91,6 +91,7 @@ Bugs Fixed: - 3165732 Add ability for client library to specify configuration file - 3323422 Unnecessary NULL check in control.c - 3323427 Unnecessary NULL check in httpAdapter +- 3324214 Remove dead code from providerDrv:loadProvider() Changes in 1.3.11 ================= diff --git a/providerDrv.c b/providerDrv.c index 11eda73..bd468a0 100644 --- a/providerDrv.c +++ b/providerDrv.c @@ -3042,16 +3042,6 @@ loadProvider(BinRequestHdr * hdr, ProviderInfo * info, int requestor) free(info); _SFCB_RETURN(resp); } - case -2:{ - char msg[740]; - snprintf(msg, 739, - "*** Inconsistent provider registration for %s (1)", - info->providerName); - mlogf(M_ERROR, M_SHOW, "%s\n", msg); - resp = errorCharsResp(CMPI_RC_ERR_FAILED, msg); - free(info); - _SFCB_RETURN(resp); - } default: if (activProvs) info->next = activProvs; hooks/post-receive -- SFCB - Small Footprint CIM Broker |