From 3a7c6b9e4145c1f8e123620bd2ee136a89d4f023 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 5 Feb 2007 20:14:17 +0000 Subject: [PATCH] Ahem; other half of r7232... git-svn-id: svn://svn.tartarus.org/sgt/putty@7233 cda61777-01e9-0310-a592-d414129be87e --- unix/uxpty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.11.0