mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
put default in switch/case
This commit is contained in:
parent
7f38caefd0
commit
da85400e57
@ -446,8 +446,9 @@ do_escape(unsigned char c) {
|
|||||||
cli_tty_setup();
|
cli_tty_setup();
|
||||||
cli_ses.winchange = 1;
|
cli_ses.winchange = 1;
|
||||||
return 1;
|
return 1;
|
||||||
|
default:
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
return 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
static
|
||||||
|
Loading…
Reference in New Issue
Block a user