=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshconnect.c,v retrieving revision 1.277 retrieving revision 1.278 diff -u -r1.277 -r1.278 --- src/usr.bin/ssh/sshconnect.c 2017/04/30 23:18:44 1.277 +++ src/usr.bin/ssh/sshconnect.c 2017/05/01 02:27:11 1.278 @@ -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 * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -534,7 +534,6 @@ 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; @@ -545,7 +544,6 @@ fdset = xcalloc(1, fdsetsz); send_client_banner(connection_out, 0); - client_banner_sent = 1; /* Read other side's version identification. */ remaining = timeout_ms;