Skip to content

Commit 7161009

Browse files
authored
Merge pull request #2971 from hjelmn/v2.x_deprecated
mca/base: fix deprecated variable help message
2 parents 1cf9775 + 2eef69e commit 7161009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opal/mca/base/mca_base_var.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Copyright (c) 2004-2005 The Regents of the University of California.
1212
* All rights reserved.
1313
* Copyright (c) 2008-2015 Cisco Systems, Inc. All rights reserved.
14-
* Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights
14+
* Copyright (c) 2012-2017 Los Alamos National Security, LLC. All rights
1515
* reserved.
1616
* Copyright (c) 2014 Intel, Inc. All rights reserved.
1717
* Copyright (c) 2015 Research Organization for Information Science
@@ -1676,7 +1676,7 @@ static int var_set_from_env (mca_base_var_t *var, mca_base_var_t *original)
16761676
const char *new_variable = "None (going away)";
16771677

16781678
if (is_synonym) {
1679-
new_variable = var->mbv_full_name;
1679+
new_variable = original->mbv_full_name;
16801680
}
16811681

16821682
switch (var->mbv_source) {

0 commit comments

Comments
 (0)