mirror of
https://github.com/clearml/dropbear
synced 2025-03-16 00:17:18 +00:00
put default in switch/case
This commit is contained in:
parent
7f38caefd0
commit
da85400e57
@ -446,9 +446,10 @@ do_escape(unsigned char c) {
|
||||
cli_tty_setup();
|
||||
cli_ses.winchange = 1;
|
||||
return 1;
|
||||
}
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
static
|
||||
void cli_escape_handler(struct Channel* UNUSED(channel), unsigned char* buf, int *len) {
|
||||
|
Loading…
Reference in New Issue
Block a user