[openssh-commits] [openssh] 13/14: one SSH_BUG_BANNER instance that got away

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Jan 23 16:50:09 AEDT 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 552ea155be44f9c439c1f9f0c38f9e593428f838
Author: Damien Miller <djm at mindrot.org>
Date:   Tue Jan 23 16:49:22 2018 +1100

    one SSH_BUG_BANNER instance that got away
---
 auth2.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/auth2.c b/auth2.c
index 4f5b481c..67b6b05e 100644
--- a/auth2.c
+++ b/auth2.c
@@ -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 */

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list