summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--misplays.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/misplays.c b/misplays.c
index 62d89e7..da15a30 100644
--- a/misplays.c
+++ b/misplays.c
@@ -29,7 +29,6 @@ static pid_t dofork(char **argv, struct console *cons) {
if (pid == 0) {
console_configslave(cons);
close_range(STDERR_FILENO+1, ~0U, CLOSE_RANGE_UNSHARE);
- setpgid(0, 0);
raise(SIGSTOP); // ptrace(PTRACE_TRACEME, 0, NULL, NULL);
execvp(argv[0], argv);
exit(EXIT_FAILURE);