Fix horrifying bug
This commit is contained in:
parent
042c416d92
commit
db7b34cd4c
|
@ -319,8 +319,6 @@ void exec(char *uuid, int argc, char **cmdline, bool pty)
|
||||||
if (len_written < 0)
|
if (len_written < 0)
|
||||||
die("write failed");
|
die("write failed");
|
||||||
close(fd);
|
close(fd);
|
||||||
if (setpgrp() < 0)
|
|
||||||
die("setpgrp failed");
|
|
||||||
timeout_msg = "sentinel did not set up FIFOs within 1 second";
|
timeout_msg = "sentinel did not set up FIFOs within 1 second";
|
||||||
struct timespec ts_10ms;
|
struct timespec ts_10ms;
|
||||||
ts_10ms.tv_sec = 0;
|
ts_10ms.tv_sec = 0;
|
||||||
|
|
Loading…
Reference in New Issue