From 779f2a93f95d7e1d6b18061401cffb0ee56a2b37 Mon Sep 17 00:00:00 2001 From: "sean.hefty@intel.com" Date: Tue, 19 Oct 2010 13:54:42 -0700 Subject: [PATCH] cma: rdma_destroy_id called twice during device open bind error Signed-off-by: Pradeep Satyanarayana --- dapl/openib_cma/device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dapl/openib_cma/device.c b/dapl/openib_cma/device.c index e4ff22e..454c394 100644 --- a/dapl/openib_cma/device.c +++ b/dapl/openib_cma/device.c @@ -289,7 +289,6 @@ DAT_RETURN dapls_ib_open_hca(IN IB_HCA_NAME hca_name, IN DAPL_HCA * hca_ptr) dapl_log(DAPL_DBG_TYPE_ERR, " open_hca: rdma_bind ERR %s." " Is %s configured?\n", strerror(errno), hca_name); - rdma_destroy_id(cm_id); return DAT_INVALID_ADDRESS; } -- 2.46.0