mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
one SSH_BUG_BANNER instance that got away
This commit is contained in:
parent
14b5c635d1
commit
552ea155be
3
auth2.c
3
auth2.c
@ -138,9 +138,6 @@ auth2_read_banner(void)
|
|||||||
void
|
void
|
||||||
userauth_send_banner(const char *msg)
|
userauth_send_banner(const char *msg)
|
||||||
{
|
{
|
||||||
if (datafellows & SSH_BUG_BANNER)
|
|
||||||
return;
|
|
||||||
|
|
||||||
packet_start(SSH2_MSG_USERAUTH_BANNER);
|
packet_start(SSH2_MSG_USERAUTH_BANNER);
|
||||||
packet_put_cstring(msg);
|
packet_put_cstring(msg);
|
||||||
packet_put_cstring(""); /* language, unused */
|
packet_put_cstring(""); /* language, unused */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user