Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
Signed-off-by: Howard Pritchard <hppritcha@gmail.com>
  • Loading branch information
hppritcha committed May 11, 2020
1 parent a1ffb87 commit 4b278cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ompi/communicator/comm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ int ompi_comm_create_from_group (ompi_group_t *group, const char *tag, opal_info
ompi_comm_print_cid (newcomp));

newcomp->super.s_info = OBJ_NEW(opal_info_t);
if (NULL == newcomm->super.s_info) {
if (NULL == newcomp->super.s_info) {
return OMPI_ERR_OUT_OF_RESOURCE;
}

Expand Down

0 comments on commit 4b278cf

Please sign in to comment.