osaf/services/saf/immsv/immnd/immnd_evt.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


The patch corrects the right ccbId in the evt->info union.

diff --git a/osaf/services/saf/immsv/immnd/immnd_evt.c 
b/osaf/services/saf/immsv/immnd/immnd_evt.c
--- a/osaf/services/saf/immsv/immnd/immnd_evt.c
+++ b/osaf/services/saf/immsv/immnd/immnd_evt.c
@@ -7649,7 +7649,7 @@ static void immnd_evt_proc_ccb_apply(IMM
                        SaUint32T applCtn = 0;
                        SaUint32T *applConnArr = NULL;
                        SaUint32T applArrSize =
-                               immModel_getLocalAppliersForCcb(cb, 
evt->info.objModify.ccbId, &applConnArr, &applCtn);
+                               immModel_getLocalAppliersForCcb(cb, 
evt->info.ccbId, &applConnArr, &applCtn);
 
                        if(applArrSize) {
                                memset(&send_evt, '\0', sizeof(IMMSV_EVT));

------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to