Skip to content

Commit

Permalink
src: Add fix to query_for_fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
philip.marshall committed Jun 14, 2024
1 parent 42cd8ad commit ae67085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport_ofi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ int query_for_fabric(struct fabric_info *info)
}
}
}
fabrics_list_tail->next = NULL;
if (fabrics_list_tail) fabrics_list_tail->next = NULL;
}
else {
fabrics_list_head = info->fabrics;
Expand Down

0 comments on commit ae67085

Please sign in to comment.