Skip to content

Commit 9c3c983

Browse files
authored
Merge pull request #1721 from mazorasaf/fix_dump_fts_lft_type
dump_fts: Change lft type in dump_fts to uint8_t
2 parents 4be917c + 03472ce commit 9c3c983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infiniband-diags/dump_fts.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ static void dump_unicast_tables(ibnd_node_t *node, int startl, int endl,
296296
ibnd_fabric_t *fabric)
297297
{
298298
ib_portid_t * portid = &node->path_portid;
299-
char lft[IB_SMP_DATA_SIZE] = { 0 };
299+
uint8_t lft[IB_SMP_DATA_SIZE] = { 0 };
300300
char str[200];
301301
uint64_t nodeguid;
302302
int block, i, e, top;

0 commit comments

Comments
 (0)