1
1

Add missing ampersand - function call required a pointer, not the name itself

This commit was SVN r32357.
Этот коммит содержится в:
Ralph Castain 2014-07-30 14:48:20 +00:00
родитель 01c2c1c78c
Коммит 309d75dadc

Просмотреть файл

@ -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;