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>
(cherry picked from commit 4f652de)
  • Loading branch information
samuelkgutierrez authored and rhc54 committed Feb 9, 2023
1 parent aac077d commit dc2bfed
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 dc2bfed

Please sign in to comment.