From: Chris B. <buc...@us...> - 2011-02-08 21:03:50
|
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 48f1fc45b34a78134b28e2a45859ba59990fdbf7 (commit) from e527df541129c5ff238fad6f80919b87f69d7696 (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 48f1fc45b34a78134b28e2a45859ba59990fdbf7 Author: buccella <buc...@li...> Date: Tue Feb 8 16:03:42 2011 -0500 [ 3082573 ] Typo in interopProvider ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index 061955c..06c5e5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-02-08 Chris Buccella <buc...@li...> + * interopProvider.c: + [ 3082573 ] Typo in interopProvider + * dbpAdapter.c, Makefile.am, configure.ac, control.c, sfcVersion.h, sfcb.cfg.pre.in, README: [ 3175888 ] Remove JDBC support from SFCB 1.4.x diff --git a/NEWS b/NEWS index 0cda63d..41b7bbd 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ Bugs fixed: - 3022940 Remove dead SLP code dealing with proc management - 3162016 sfcbd Segmentation fault in cleanupCimXmlRequest - 3175888 Remove JDBC support from SFCB 1.4.x +- 3082573 Typo in interopProvider Changes in 1.4.0 ================ diff --git a/interopProvider.c b/interopProvider.c index 71c1c1b..732608a 100644 --- a/interopProvider.c +++ b/interopProvider.c @@ -1349,7 +1349,7 @@ InteropProviderInvokeMethod(CMPIMethodMI * mi, } else removeHandler(ha, key); } else { - setStatus(&st, CMPI_RC_ERR_NOT_FOUND, "Handler objectnot found"); + setStatus(&st, CMPI_RC_ERR_NOT_FOUND, "Handler object not found"); } if (key) free(key); hooks/post-receive -- SFCB - Small Footprint CIM Broker |