Mercurial > dropbear
diff cli-chansession.c @ 305:1876c6bb084b ucc-axis-hack
A few changes for the 0.48 merge
author | matt-ucc@ucc.asn.au |
---|---|
date | Sat, 25 Mar 2006 17:10:27 +0000 |
parents | baea1d43e7eb |
children | a9e0ddac5ba7 |
line wrap: on
line diff
--- a/cli-chansession.c Sat Mar 25 16:26:29 2006 +0000 +++ b/cli-chansession.c Sat Mar 25 17:10:27 2006 +0000 @@ -168,9 +168,9 @@ unsigned int value; unsigned int mapcode; - TRACE(("enter put_termcodes")) + unsigned int bufpos1, bufpos2; - unsigned int bufpos1, bufpos2; + TRACE(("enter put_termcodes")) if (tcgetattr(STDIN_FILENO, &tio) == -1) { dropbear_log(LOG_WARNING, "Failed reading termmodes");