From: Michael Chase-S. <mc...@us...> - 2012-04-13 20:51:28
|
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 c3e8b885ff74c3f29537aa32c38b0024fa02e2e8 (commit) from 208c2c055317d633843041e023904a5de383f9be (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 c3e8b885ff74c3f29537aa32c38b0024fa02e2e8 Author: Michael Chase-Salerno <br...@li...> Date: Fri Apr 13 16:51:01 2012 -0400 [ 3517573 ] Problem with SequenceContext migration ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index ec61cb2..70041b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-04-13 Michael Chase-Salerno <br...@li...> + + * interopProvider.c: + [ 3517573 ] Problem with SequenceContext migration + 2012-04-13 Narasimha Sharoff <nsh...@us...> * httpAdapter.c, httpComm.c: diff --git a/NEWS b/NEWS index a544450..cf08bf1 100644 --- a/NEWS +++ b/NEWS @@ -94,6 +94,7 @@ Changes in 1.3.15 Bugs Fixed: - 3514627 unsupported sfcb.cfg param - use exit call - 3516184 commClose close socket when file hndl is null +- 3517573 Problem with SequenceContext migration Changes in 1.3.14 diff --git a/interopProvider.c b/interopProvider.c index 0639f9b..192b062 100644 --- a/interopProvider.c +++ b/interopProvider.c @@ -788,6 +788,7 @@ initInterOp(const CMPIBroker * broker, const CMPIContext *ctx) CMPIData isinst=CMGetNext(isenm,NULL); CMPIData mc=CMGetProperty(isinst.value.inst,"DeliveryRetryAttempts",NULL); int RIEnabled=mc.value.uint16; + mc = CMGetProperty(isinst.value.inst, "Name", NULL); _SFCB_TRACE(1, ("--- checking for cim_listenerdestination")); op = CMNewObjectPath(broker, "root/interop", "cim_listenerdestination", @@ -795,13 +796,8 @@ initInterOp(const CMPIBroker * broker, const CMPIContext *ctx) enm = _broker->bft->enumerateInstances(_broker, ctx, op, NULL, &st); if (enm) { - // Get the IndicationService name for SequenceContext migration - CMPIObjectPath * isop = CMNewObjectPath(_broker, "root/interop", "CIM_IndicationService", NULL); - CMPIEnumeration * isenm = _broker->bft->enumerateInstances(_broker, ctx, isop, NULL, NULL); - CMPIData isinst = CMGetNext(isenm, NULL); - CMPIData mc = CMGetProperty(isinst.value.inst, "Name", NULL); - CMPIData ld; // Loop through all the listeners + CMPIData ld; int ldcount=0; char context[100]; while (enm->ft->hasNext(enm, &st) hooks/post-receive -- SFCB - Small Footprint CIM Broker |