Ack. Thanks, Ramesh.
On 3/10/2017 11:17 AM, A V Mahesh wrote: > src/ckpt/ckptd/cpd_sbevt.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > > Fixed the missed-out/introduced issue of ticket #1669 patch node_users_cnt > variable > > diff --git a/src/ckpt/ckptd/cpd_sbevt.c b/src/ckpt/ckptd/cpd_sbevt.c > --- a/src/ckpt/ckptd/cpd_sbevt.c > +++ b/src/ckpt/ckptd/cpd_sbevt.c > @@ -586,6 +586,7 @@ uint32_t cpd_sb_proc_ckpt_usrinfo(CPD_CB > ckpt_node->num_sections = msg->info.usr_info_2.num_sections; > ckpt_node->ckpt_on_scxb1 = msg->info.usr_info_2.ckpt_on_scxb1; > ckpt_node->ckpt_on_scxb2 = msg->info.usr_info_2.ckpt_on_scxb2; > + ckpt_node->node_users_cnt = msg->info.usr_info_2.node_users_cnt; > > /* Free the old node_users */ > CPD_NODE_USER_INFO *node_user = ckpt_node->node_users; ------------------------------------------------------------------------------ Announcing the Oxford Dictionaries API! The API offers world-renowned dictionary content that is easy and intuitive to access. Sign up for an account today to start using our lexical data to power your apps and projects. Get started today and enter our developer competition. http://sdm.link/oxford _______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
