Ack. Thanks, Ramesh.
On 4/13/2016 5:25 PM, Anders Widell wrote: > Ack. Tested. > > regards, > Anders Widell > > On 04/13/2016 01:53 PM, [email protected] wrote: >> osaf/services/saf/mqsv/mqd/mqd_api.c | 8 ++++---- >> 1 files changed, 4 insertions(+), 4 deletions(-) >> >> >> The problem was introduced with msg patch for #79 >> >> diff --git a/osaf/services/saf/mqsv/mqd/mqd_api.c >> b/osaf/services/saf/mqsv/mqd/mqd_api.c >> --- a/osaf/services/saf/mqsv/mqd/mqd_api.c >> +++ b/osaf/services/saf/mqsv/mqd/mqd_api.c >> @@ -234,10 +234,6 @@ static uint32_t mqd_lib_init(void) >> #endif >> TRACE_1("saAmfComponentRegister Success"); >> - /* Bind with ASAPi Layer */ >> - mqd_asapi_bind(pMqd); >> - TRACE_1("Initialization Success"); >> - >> /* start the AMF Health Check */ >> memset(&healthy, 0, sizeof(SaAmfHealthcheckKeyT)); >> health_key = getenv("MQSV_ENV_HEALTHCHECK_KEY"); >> @@ -350,6 +346,10 @@ uint32_t initialize_for_assignment(MQD_C >> goto done; >> } >> + /* Bind with ASAPi Layer */ >> + mqd_asapi_bind(cb); >> + TRACE_1("Initialization Success"); >> + >> cb->fully_initialized = true; >> done: >> TRACE_LEAVE2("rc = %u", rc); > ------------------------------------------------------------------------------ Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application problems quickly and reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
