X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/211b4228d0268fdb1a2664d4b7fc253e92d76166..b4ac18ae9c7c937e7359a8bf9d44c6de5f07bd71:/unix/uxpty.c diff --git a/unix/uxpty.c b/unix/uxpty.c index 96b64e8d..708e82d6 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -778,7 +778,7 @@ static const char *pty_init(void *frontend, void **backend_handle, Config *cfg, ioctl(0, TIOCSCTTY, 1); #endif pgrp = getpid(); - tcsetpgrp(slavefd, pgrp); + tcsetpgrp(0, pgrp); setpgid(pgrp, pgrp); close(open(pty->name, O_WRONLY, 0)); setpgid(pgrp, pgrp);