]> git.openfabrics.org - ~shefty/ibacm.git/commit
Fix refcnt for multicast destination
authorsean.hefty@intel.com <sean.hefty@intel.com>
Tue, 3 Apr 2012 23:59:31 +0000 (16:59 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 4 Apr 2012 00:16:45 +0000 (17:16 -0700)
commitd9aa75acf4a44f848f2fbba5457838abebf8b719
treee36db38fed50062ef294584f071684b8cb1093fb
parent47a68cba5ca9f66ec5f2efa00ece3c852d82ceca
Fix refcnt for multicast destination

mc_dest has a default refcnt of 0.  When a multicast destination is
released, an attempt is made to free it, which can result in the
ibacm service crashing.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>