Skip to content

Commit

Permalink
Silence compiler warning in test/connect.
Browse files Browse the repository at this point in the history
Co-authored-by: Ralph Castain <rhc@pmix.org>
Signed-off-by: Samuel K. Gutierrez <samuel@lanl.gov>
  • Loading branch information
samuelkgutierrez and rhc54 committed Feb 5, 2023
1 parent 5d030c9 commit 4f652de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/connect.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argc, char* argv[])
}

/* try to get a remote value */
PMIX_LOAD_NSPACE(&remote, myproc.nspace);
PMIX_LOAD_NSPACE(remote.nspace, myproc.nspace);
if (0 == myproc.rank) {
remote.rank = 1;
} else {
Expand Down

0 comments on commit 4f652de

Please sign in to comment.