Signed-off-by: Yevgeny Kliteynik <[email protected]>
---
opensm/opensm/osm_ucast_lash.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opensm/opensm/osm_ucast_lash.c b/opensm/opensm/osm_ucast_lash.c
index 4669946..2081296 100644
--- a/opensm/opensm/osm_ucast_lash.c
+++ b/opensm/opensm/osm_ucast_lash.c
@@ -726,7 +726,7 @@ static int init_lash_structures(lash_t * p_lash)
for (j = 0; j < num_switches; j++) {
p_lash->cdg_vertex_matrix[i][j] =
(cdg_vertex_t **) malloc(num_switches *
- sizeof(cdg_vertex_t **));
+ sizeof(cdg_vertex_t *));
if (p_lash->cdg_vertex_matrix[i][j] == NULL)
goto Exit_Mem_Error;
--
1.6.2.4
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html