From 9c04b127f53bd1ed1f243abd7003ee113d4ef3ae Mon Sep 17 00:00:00 2001 From: Gleb Natapov Date: Sun, 30 Sep 2007 15:33:20 +0000 Subject: [PATCH] Forget to put this fix in previous commit. This commit was SVN r16271. --- ompi/mca/btl/openib/connect/btl_openib_connect_oob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c b/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c index e2ae31feee..884be0fdc1 100644 --- a/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c +++ b/ompi/mca/btl/openib/connect/btl_openib_connect_oob.c @@ -328,7 +328,7 @@ static int qp_create_one(mca_btl_base_endpoint_t* endpoint, int prio, int qp, return OMPI_ERROR; } endpoint->qps[qp].lcl_qp = my_qp; - openib_btl->ib_inline_max = qp_init_attr.cap.max_inline_data; + openib_btl->ib_inline_max = init_attr.cap.max_inline_data; attr.qp_state = IBV_QPS_INIT; attr.pkey_index = openib_btl->pkey_index;