Skip to content

Commit

Permalink
prov/net: Add missing initialization calls for DL provider
Browse files Browse the repository at this point in the history
We need to call ofi_mem_init() to avoid crashing when using
rdm endpoints (needed for AV support).

Signed-off-by: Sean Hefty <[email protected]>
  • Loading branch information
shefty committed Sep 29, 2022
1 parent 363801e commit 78d0344
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prov/net/src/xnet_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ XNET_INI
{
#if HAVE_NET_DL
ofi_pmem_init();
ofi_mem_init();
#endif
xnet_init_env();
return &xnet_prov;
Expand Down

0 comments on commit 78d0344

Please sign in to comment.