mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
better TRACE of failed remote ident
This commit is contained in:
parent
8c53621c24
commit
64e6e3aca9
@ -361,7 +361,7 @@ static void read_session_identification() {
|
||||
}
|
||||
|
||||
if (!done) {
|
||||
TRACE(("err: %s for '%s'\n", strerror(errno), linebuf))
|
||||
TRACE(("error reading remote ident: %s\n", strerror(errno)))
|
||||
ses.remoteclosed();
|
||||
} else {
|
||||
/* linebuf is already null terminated */
|
||||
|
Loading…
Reference in New Issue
Block a user