mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Some cleanups/fixes for various TRACE statements
--HG-- extra : convert_revision : 84eb6fedc6df0666f8053b9018bf16635dbfb257
This commit is contained in:
@@ -162,14 +162,14 @@ void cli_tty_cleanup() {
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user