mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
Fix -q to hide the banner
Got lost merging the DEBUG/TRACE level patch
This commit is contained in:
parent
dd305c1533
commit
c6e2d50310
@ -82,6 +82,11 @@ void recv_msg_userauth_banner() {
|
||||
return;
|
||||
}
|
||||
|
||||
if (cli_opts.quiet) {
|
||||
TRACE(("not showing banner"))
|
||||
return;
|
||||
}
|
||||
|
||||
banner = buf_getstring(ses.payload, &bannerlen);
|
||||
buf_eatstring(ses.payload); /* The language string */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user