Hi Vu/Gary/Alex, Polite remainder for review. Thanks Mohan High Availability Solutions Pvt Ltd www.hasolutions.in --------- Original Message --------- Subject: [PATCH 1/1] ckpt: add the ckpt reference to the CPND node info [#2082] From: "Mohan Kanakam" <[email protected]> Date: 8/29/18 8:30 pm To: [email protected], [email protected], [email protected] Cc: [email protected], "Mohan Kanakam" <[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 ------------------------------------------------------------------------------ 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
