Skip to content

Commit 13f9bb9

Browse files
committed
Use PMI2 constants for consistency
1 parent 713e3ea commit 13f9bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/pmix/s2/pmix_s2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ static int kvs_get(const char key[], char value [], int maxvalue)
139139
* been inserted, so suppress warning message if this is the
140140
* case
141141
*/
142-
if (PMI_SUCCESS != rc) {
142+
if (PMI2_SUCCESS != rc) {
143143
return OPAL_ERROR;
144144
}
145145
return OPAL_SUCCESS;

0 commit comments

Comments
 (0)