Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matt Johnston
dropbear
Commits
7f38caef
Commit
7f38caef
authored
Dec 31, 2015
by
Francois Perrad
Committed by
Matt Johnston
Mar 16, 2016
Browse files
remove unreachable code
parent
937594c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
cli-chansession.c
View file @
7f38caef
...
...
@@ -438,7 +438,6 @@ do_escape(unsigned char c) {
case
'.'
:
dropbear_exit
(
"Terminated"
);
return
1
;
break
;
case
0x1a
:
/* ctrl-z */
cli_tty_cleanup
();
...
...
@@ -447,7 +446,6 @@ do_escape(unsigned char c) {
cli_tty_setup
();
cli_ses
.
winchange
=
1
;
return
1
;
break
;
}
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment