Skip to content

Commit

Permalink
ctl: rename is_main to _ksr_is_main
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Jan 10, 2022
1 parent f3454dd commit e7c14ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ctl/ctl.c
Expand Up @@ -332,7 +332,7 @@ static int mod_child(int rank)
goto error;
}
if (pid == 0){ /* child */
is_main=0;
_ksr_is_main=0;
DBG("ctl: %d io_listen_loop(%d, %p)\n",
rank, fd_no, ctrl_sock_lst);
io_listen_loop(fd_no, ctrl_sock_lst);
Expand Down

0 comments on commit e7c14ad

Please sign in to comment.