[openssh-commits] [openssh] 01/01: upstream commit

git+noreply at mindrot.org git+noreply at mindrot.org
Mon May 1 12:28:14 AEST 2017


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

djm pushed a commit to branch master
in repository openssh.

commit f382362e8dfb6b277f16779ab1936399d7f2af78
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon May 1 02:27:11 2017 +0000

    upstream commit
    
    remove unused variable
    
    Upstream-ID: 66011f00819d0e71b14700449a98414033284516
---
 sshconnect.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sshconnect.c b/sshconnect.c
index 28fd6210..0af5f55b 100644
--- a/sshconnect.c
+++ b/sshconnect.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.277 2017/04/30 23:18:44 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.278 2017/05/01 02:27:11 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo at cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo at cs.hut.fi>, Espoo, Finland
@@ -544,7 +544,6 @@ ssh_exchange_identification(int timeout_ms)
 	int remote_major, remote_minor, mismatch;
 	int connection_in = packet_get_connection_in();
 	int connection_out = packet_get_connection_out();
-	int client_banner_sent = 0;
 	u_int i, n;
 	size_t len;
 	int fdsetsz, remaining, rc;
@@ -555,7 +554,6 @@ ssh_exchange_identification(int timeout_ms)
 	fdset = xcalloc(1, fdsetsz);
 
 	send_client_banner(connection_out, 0);
-	client_banner_sent = 1;
 
 	/* Read other side's version identification. */
 	remaining = timeout_ms;

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


More information about the openssh-commits mailing list