Fix horrifying bug

This commit is contained in:
Radon Rosborough 2021-08-14 13:43:55 -07:00
parent 042c416d92
commit db7b34cd4c
1 changed files with 0 additions and 2 deletions

View File

@ -319,8 +319,6 @@ void exec(char *uuid, int argc, char **cmdline, bool pty)
if (len_written < 0)
die("write failed");
close(fd);
if (setpgrp() < 0)
die("setpgrp failed");
timeout_msg = "sentinel did not set up FIFOs within 1 second";
struct timespec ts_10ms;
ts_10ms.tv_sec = 0;