Skip to content

Commit 13bd776

Browse files
authored
Merge pull request open-mpi#3560 from thananon/pr/fi_ep_bind
btl/usnic : changed fi_ep_bind flags for AV from NULL to 0.
2 parents 50f9287 + bf7534d commit 13bd776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/btl/usnic/btl_usnic_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ static int create_ep(opal_btl_usnic_module_t* module,
16591659
rc, fi_strerror(-rc));
16601660
return OPAL_ERR_OUT_OF_RESOURCE;
16611661
}
1662-
rc = fi_ep_bind(channel->ep, &module->av->fid, NULL);
1662+
rc = fi_ep_bind(channel->ep, &module->av->fid, 0);
16631663
if (0 != rc) {
16641664
opal_show_help("help-mpi-btl-usnic.txt",
16651665
"internal error during init",

0 commit comments

Comments
 (0)