From 309d75dadc3ae19722715500684c6f3360c319ac Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 30 Jul 2014 14:48:20 +0000 Subject: [PATCH] Add missing ampersand - function call required a pointer, not the name itself This commit was SVN r32357. --- ompi/mca/bcol/basesmuma/bcol_basesmuma_smcm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/bcol/basesmuma/bcol_basesmuma_smcm.c b/ompi/mca/bcol/basesmuma/bcol_basesmuma_smcm.c index 2116830f7e..0f2bbb6319 100644 --- a/ompi/mca/bcol/basesmuma/bcol_basesmuma_smcm.c +++ b/ompi/mca/bcol/basesmuma/bcol_basesmuma_smcm.c @@ -233,7 +233,7 @@ int bcol_basesmuma_smcm_allgather_connection( /* if the vpid/jobid/filename combination already exists in the list, then do not map this peer's file --- because you already have */ if (0 == ompi_rte_compare_name_fields(OMPI_RTE_CMP_ALL, - proc_temp->super.proc_name, + &proc_temp->super.proc_name, &item_ptr->peer) && 0 == strcmp (item_ptr->sm_file.file_name, rem_file->file_name)) { ++item_ptr->refcnt;