Skip to content

Commit d2e6d1b

Browse files
committed
fix something
Signed-off-by: Howard Pritchard <[email protected]>
1 parent 385edd8 commit d2e6d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/mtl/ofi/mtl_ofi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl,
805805

806806
ompi_ret = ompi_comm_get_remote_cid(comm, dest, &c_index_for_tag);
807807
if (OPAL_UNLIKELY(OMPI_SUCCESS != ompi_ret)) {
808-
return rc;
808+
return ompi_ret;
809809
}
810810

811811
if (ompi_mtl_ofi.total_ctxts_used > 0) {

0 commit comments

Comments
 (0)