]> git.openfabrics.org - ~shefty/rdma-win.git/commit
[IBBUS] fix a BS that cause due to access to uninitialized field.
authorTzachi Dar <tzachid@mellanox.co.il>
Thu, 25 Nov 2010 12:25:55 +0000 (12:25 +0000)
committerTzachi Dar <tzachid@mellanox.co.il>
Thu, 25 Nov 2010 12:25:55 +0000 (12:25 +0000)
commit6e55975aa27710fc87d98a32d2c55b1afb35db3a
tree61e9a62e01728da58bf1be6ab217d8e9c7d7e105
parent772862d0235a37e8c1910c733a455dddfdd2cef0
[IBBUS] fix a BS that cause due to access to uninitialized field.

Allocate of PD failed as a result the driver called to destroying PD function. This function access to field in object that was not initialized. Since the function don't use these variables in any way i removed the code from the function.

git-svn-id: svn://openib.tc.cornell.edu/gen1@3004 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86
trunk/core/al/al_pd.c