X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Ftty.c;h=c11d039364420c97093f00bc370649f550610f7e;hp=a911fde5c0f0b34f274a56763f8d075aa98f67f2;hb=3c9d53d98102887698af1c1b3655274207e7c941;hpb=781f9542177b990bd67fa6c8399c131652871988 diff --git a/pppd/tty.c b/pppd/tty.c index a911fde..c11d039 100644 --- a/pppd/tty.c +++ b/pppd/tty.c @@ -68,7 +68,7 @@ * OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#define RCSID "$Id: tty.c,v 1.22 2004/11/13 12:07:29 paulus Exp $" +#define RCSID "$Id: tty.c,v 1.23 2004/12/31 11:49:22 paulus Exp $" #include #include @@ -755,14 +755,6 @@ int connect_tty() close(pty_master); pty_master = -1; } - if (pty_slave >= 0) { - close(pty_slave); - pty_slave = -1; - } - if (real_ttyfd >= 0) { - close(real_ttyfd); - real_ttyfd = -1; - } ttyfd = -1; if (got_sigterm) asked_to_quit = 1;