From: sean.hefty@intel.com Date: Tue, 19 Oct 2010 20:54:42 +0000 (-0700) Subject: cma: rdma_destroy_id called twice during device open bind error X-Git-Tag: dapl-2.0.31-1~21 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=779f2a93f95d7e1d6b18061401cffb0ee56a2b37;p=~ardavis%2Fdapl.git cma: rdma_destroy_id called twice during device open bind error Signed-off-by: Pradeep Satyanarayana --- 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; }