mirror of
https://github.com/clearml/dropbear
synced 2025-06-16 19:28:49 +00:00
fix typo
This commit is contained in:
parent
73aa4f0de9
commit
6a3bc73a78
@ -359,7 +359,7 @@ static void cli_session_cleanup(void) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
static void cli_finished() {
|
static void cli_finished() {
|
||||||
TRACE(("cli_finised()"))
|
TRACE(("cli_finished()"))
|
||||||
|
|
||||||
session_cleanup();
|
session_cleanup();
|
||||||
fprintf(stderr, "Connection to %s@%s:%s closed.\n", cli_opts.username,
|
fprintf(stderr, "Connection to %s@%s:%s closed.\n", cli_opts.username,
|
||||||
|
Loading…
Reference in New Issue
Block a user