From d2e6d1b4541947499a6e680154acdc4db49a940a Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Thu, 3 Oct 2024 18:35:26 -0400 Subject: [PATCH] fix something Signed-off-by: Howard Pritchard --- ompi/mca/mtl/ofi/mtl_ofi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/mtl/ofi/mtl_ofi.h b/ompi/mca/mtl/ofi/mtl_ofi.h index e290d8ceceb..ee8a24fca69 100644 --- a/ompi/mca/mtl/ofi/mtl_ofi.h +++ b/ompi/mca/mtl/ofi/mtl_ofi.h @@ -805,7 +805,7 @@ ompi_mtl_ofi_isend_generic(struct mca_mtl_base_module_t *mtl, ompi_ret = ompi_comm_get_remote_cid(comm, dest, &c_index_for_tag); if (OPAL_UNLIKELY(OMPI_SUCCESS != ompi_ret)) { - return rc; + return ompi_ret; } if (ompi_mtl_ofi.total_ctxts_used > 0) {