]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
Refresh of mc-refcnt
authorSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:32:28 +0000 (17:32 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:32:28 +0000 (17:32 -0700)
src/acm.c

index cff9113173621dc31d7e389e4d8a1a8fa7e706b8..818dbcc2ba2685f1c4cdc8f935879a9650dd1ef4 100644 (file)
--- a/src/acm.c
+++ b/src/acm.c
@@ -762,7 +762,7 @@ static void acm_process_join_resp(struct acm_ep *ep, struct ib_user_mad *umad)
                }
        }
 
-       atomic_set(&dest.refcnt, 1);
+       atomic_set(&dest->refcnt, 1);
        dest->state = ACM_READY;
        acm_log(1, "join successful\n");
 out: