--- src/ckpt/ckptd/cpd_proc.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/ckpt/ckptd/cpd_proc.c b/src/ckpt/ckptd/cpd_proc.c index 26614ba..68735b0 100644 --- a/src/ckpt/ckptd/cpd_proc.c +++ b/src/ckpt/ckptd/cpd_proc.c @@ -437,13 +437,11 @@ uint32_t cpd_ckpt_db_entry_update(CPD_CB *cb, MDS_DEST *cpnd_dest, *o_ckpt_node = ckpt_node; } - if (noncoll_rep_on_payload != true) { - /* Add the CPND Details (CPND reference) to the ckpt node */ - cpd_node_ref_info_add(ckpt_node, cpnd_dest); + /* Add the CPND Details (CPND reference) to the ckpt node */ + cpd_node_ref_info_add(ckpt_node, cpnd_dest); - /* Add the ckpt reference to the CPND node info */ - cpd_ckpt_ref_info_add(node_info, ckpt_node); - } + /* Add the ckpt reference to the CPND node info */ + 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 Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel