]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Ahem; other half of r7232...
authorSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 20:14:17 +0000 (20:14 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 5 Feb 2007 20:14:17 +0000 (20:14 +0000)
[originally from svn r7233]
[r7232 == 6ee6a4d37926062f5b610de4cef2a6ce4fe63345]

unix/uxpty.c

index 96b64e8d2b647dcbd86272adf2e47a643830935d..708e82d6be224bb354a911dc78693db7441f81cd 100644 (file)
@@ -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);