one SSH_BUG_BANNER instance that got away

This commit is contained in:
Damien Miller 2018-01-23 16:49:22 +11:00
parent 14b5c635d1
commit 552ea155be
1 changed files with 0 additions and 3 deletions

View File

@ -138,9 +138,6 @@ auth2_read_banner(void)
void
userauth_send_banner(const char *msg)
{
if (datafellows & SSH_BUG_BANNER)
return;
packet_start(SSH2_MSG_USERAUTH_BANNER);
packet_put_cstring(msg);
packet_put_cstring(""); /* language, unused */