Skip to content

Commit

Permalink
Fix: fencing: Put all fencing agent processes into their own process …
Browse files Browse the repository at this point in the history
…group
  • Loading branch information
beekhof committed Aug 1, 2013
1 parent 84ca685 commit 33fb54b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/fencing/st_client.c
Expand Up @@ -745,6 +745,7 @@ internal_stonith_action_execute(stonith_action_t * action)

if (!pid) {
/* child */
setpgid(0, 0);

close(1);
/* coverity[leaked_handle] False positive */
Expand Down

0 comments on commit 33fb54b

Please sign in to comment.