Skip to content

Commit

Permalink
broker: Improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
morrone committed Oct 19, 2017
1 parent 03a65db commit 16229c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/broker/broker.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ static int boot_pmi (overlay_t *overlay, attr_t *attrs, int tbon_k,

overlay_init (overlay, (uint32_t)size, (uint32_t)rank, tbon_k);

/* Get id string.
/* Set session-id attribute from PMI appnum if not already set.
*/
if (attr_get (attrs, "session-id", NULL, NULL) < 0) {
if (attr_add_int (attrs, "session-id", appnum,
Expand Down

0 comments on commit 16229c3

Please sign in to comment.