Mercurial > dropbear
diff cli-chansession.c @ 300:baea1d43e7eb
Some cleanups/fixes for various TRACE statements
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sat, 25 Mar 2006 12:57:37 +0000 |
parents | 84925eceeb13 |
children | 1876c6bb084b |
line wrap: on
line diff
--- a/cli-chansession.c Thu Mar 09 15:03:22 2006 +0000 +++ b/cli-chansession.c Sat Mar 25 12:57:37 2006 +0000 @@ -162,14 +162,14 @@ static void put_termcodes() { - TRACE(("enter put_termcodes")) - struct termios tio; unsigned int sshcode; const struct TermCode *termcode; unsigned int value; unsigned int mapcode; + TRACE(("enter put_termcodes")) + unsigned int bufpos1, bufpos2; if (tcgetattr(STDIN_FILENO, &tio) == -1) {