Hi zoran,

Reviewed the patch.
Ack.

/Neel.
On Thursday 24 September 2015 08:41 PM, Zoran Milinkovic wrote:
>   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));


------------------------------------------------------------------------------
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel

Reply via email to