X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/5260325f3150ad441f310d31239beeb765f716ed..399d9d44ad9f2e87bb38d36aaae1ae87e6c37ee1:/ttymodes.c diff --git a/ttymodes.c b/ttymodes.c index aae9b516..36e133ca 100644 --- a/ttymodes.c +++ b/ttymodes.c @@ -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));