]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
Refresh of dapl-spawn
authorSean Hefty <sean.hefty@intel.com>
Thu, 14 Oct 2010 23:59:19 +0000 (16:59 -0700)
committerSean Hefty <sean.hefty@intel.com>
Thu, 14 Oct 2010 23:59:19 +0000 (16:59 -0700)
trunk/ulp/dapl2/dapl/openib_common/qp.c

index 7c5a572bb9b0d36af3a7918e126595816d9e6009..b517db4ac658473cf40f9cf857a6f289f6223596 100644 (file)
@@ -221,7 +221,6 @@ DAT_RETURN dapls_ib_qp_free(IN DAPL_IA * ia_ptr, IN DAPL_EP * ep_ptr)
        dapl_os_lock(&ep_ptr->header.lock);
        if (ep_ptr->qp_handle != NULL) {
                qp = ep_ptr->qp_handle;
-               ep_ptr->qp_handle = NULL;
                dapl_os_unlock(&ep_ptr->header.lock);
 
                qp_attr.qp_state = IBV_QPS_ERR;