Skip to content

Commit

Permalink
Merge pull request #1119 from philipmarshall21/multirail_bug_fix
Browse files Browse the repository at this point in the history
Multi-NIC Bug Fix: Set 'next' attribute of list tail to NULL
  • Loading branch information
philipmarshall21 authored Apr 16, 2024
2 parents 4727a9e + 5b829e8 commit 4fb8bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transport_ofi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1562,6 +1562,7 @@ int query_for_fabric(struct fabric_info *info)
multirail_fabric_list_tail = cur_fabric;
}
}
if (multirail_fabric_list_tail) multirail_fabric_list_tail->next = NULL;

if (num_nics == 0) {
info->p_info = fallback;
Expand Down

0 comments on commit 4fb8bcd

Please sign in to comment.