Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 89bd919

Browse files
committed
memory: fix typo
This is a 2.x specific change. No master equivalent. Signed-off-by: Nathan Hjelm <[email protected]>
1 parent bfea21c commit 89bd919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/memory/base/memory_base_open.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ static int opal_memory_base_open(mca_base_open_flag_t flags)
113113
#if MEMORY_LINUX_PTMALLOC2
114114
/* See above comment about linux/ptmalloc2 about why this
115115
abstraction violation is here. */
116-
if (0 == strcmp (tmp->mca_component_name, "linux")) {
116+
if (0 == strcmp (tmp->memoryc_version.mca_component_name, "linux")) {
117117
/* if ptmalloc is enabled always use it */
118118
priority = 1000000;
119119
}

0 commit comments

Comments
 (0)