From 8e4107353faaf48ac19f9f3c4c07d93d8332f641 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Tue, 6 Jan 2009 19:44:48 +0000 Subject: [PATCH] Update the last instance of bml_base_send to correctly cope with the return values from the BTL. This is related to ticket 1734. This commit was SVN r20210. --- ompi/mca/osc/rdma/osc_rdma_component.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ompi/mca/osc/rdma/osc_rdma_component.c b/ompi/mca/osc/rdma/osc_rdma_component.c index be0f635ee9..19fbd688bd 100644 --- a/ompi/mca/osc/rdma/osc_rdma_component.c +++ b/ompi/mca/osc/rdma/osc_rdma_component.c @@ -1085,6 +1085,7 @@ rdma_send_info_send(ompi_osc_rdma_module_t *module, /* send fragment */ ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_RDMA); + if (1 == ret) ret = OMPI_SUCCESS; goto done; cleanup: