]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
Refresh of kern-bug
authorSean Hefty <sean.hefty@intel.com>
Sat, 2 Feb 2013 06:30:26 +0000 (22:30 -0800)
committerSean Hefty <sean.hefty@intel.com>
Sat, 2 Feb 2013 06:30:26 +0000 (22:30 -0800)
src/cma.c

index 0220f1f7acb66e70e120f00cc15a89cc14a49bc0..547781e656db42995473cdda9d8db4f9d2979680 100755 (executable)
--- a/src/cma.c
+++ b/src/cma.c
@@ -384,7 +384,7 @@ static void ucma_insert_id(struct cma_id_private *id_priv)
                return;
 
        pthread_mutex_lock(&mut);
-       idm_set(&ucma_idm, id_priv->handle, rs);
+       idm_set(&ucma_idm, id_priv->handle, id_priv);
        pthread_mutex_unlock(&mut);
 }