mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 19:07:28 +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) {
|
if (!done) {
|
||||||
TRACE(("err: %s for '%s'\n", strerror(errno), linebuf))
|
TRACE(("error reading remote ident: %s\n", strerror(errno)))
|
||||||
ses.remoteclosed();
|
ses.remoteclosed();
|
||||||
} else {
|
} else {
|
||||||
/* linebuf is already null terminated */
|
/* linebuf is already null terminated */
|
||||||
|
Loading…
Reference in New Issue
Block a user