Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions opal/mca/base/mca_base_var_group.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,7 @@ int mca_base_var_group_register (const char *project_name, const char *framework
int mca_base_var_group_component_register (const mca_base_component_t *component,
const char *description)
{
/* 1.7 components do not store the project */
return group_register (NULL, component->mca_type_name,
return group_register (component->mca_project_name, component->mca_type_name,
component->mca_component_name, description);
}

Expand Down