Hi Mohan,
I am not able to reproduce the problem as described in the ticket.
Can you post your test code?Alex On 09/03/2018 03:32 AM, [1][email protected] wrote: __________________________________________________________________ NOTICE: This email was received from an EXTERNAL sender __________________________________________________________________ Hi Vu/Gary/Alex, Polite remainder for review. Thanks Mohan High Availability Solutions Pvt Ltd [2]www.hasolutions.in --------- Original Message --------- Subject: [PATCH 1/1] ckpt: add the ckpt reference to the CPND node info [#2082] From: "Mohan Kanakam" [3]<[email protected]> Date: 8/29/18 8:30 pm To: [4][email protected], [5][email protected], [6][email protected] Cc: [7][email protected], "Mohan Kanakam" [8]<[email protected]> --- src/ckpt/ckptd/cpd_proc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ckpt/ckptd/cpd_proc.c b/src/ckpt/ckptd/cpd_proc.c index 26614ba..f1763c2 100644 --- a/src/ckpt/ckptd/cpd_proc.c +++ b/src/ckpt/ckptd/cpd_proc.c @@ -444,6 +444,8 @@ uint32_t cpd_ckpt_db_entry_update(CPD_CB *cb, MDS_DEST *cpnd_dest, /* Add the ckpt reference to the CPND node info */ cpd_ckpt_ref_info_add(node_info, ckpt_node); } + else + cpd_ckpt_ref_info_add(node_info, ckpt_node); TRACE_LEAVE(); return NCSCC_RC_SUCCESS; -- 2.7.4 References 1. mailto:[email protected] 2. https://protect-us.mimecast.com/s/ftxhCXDMJDUxw19c6ugVL?domain=hasolutions.in 3. mailto:[email protected] 4. mailto:[email protected] 5. mailto:[email protected] 6. mailto:[email protected] 7. mailto:[email protected] 8. mailto:[email protected]
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Opensaf-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-devel
