We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb0d97 commit cbd78b0Copy full SHA for cbd78b0
opal/util/info.c
@@ -79,6 +79,7 @@ int opal_info_dup(opal_info_t *info, opal_info_t **newinfo)
79
OBJ_RETAIN(iterator->ie_key);
80
newentry->ie_value = iterator->ie_value;
81
OBJ_RETAIN(iterator->ie_value);
82
+ opal_list_append (&((*newinfo)->super), (opal_list_item_t *) newentry);
83
}
84
OPAL_THREAD_UNLOCK(info->i_lock);
85
return OPAL_SUCCESS;
0 commit comments