]> andersk Git - openssh.git/blobdiff - ttymodes.c
- More reformatting merged from OpenBSD CVS
[openssh.git] / ttymodes.c
index aae9b516fa70c5322df3c431ce933889e4e221c6..36e133ca57d0cf5a11b8d6be51e47802a265cca6 100644 (file)
@@ -209,7 +209,6 @@ tty_make_modes(int fd)
        struct termios tio;
        int baud;
 
-       /* Get the modes. */
        if (tcgetattr(fd, &tio) < 0) {
                packet_put_char(TTY_OP_END);
                log("tcgetattr: %.100s", strerror(errno));
This page took 0.120238 seconds and 4 git commands to generate.