summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/sshconnect.c
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2012-09-14 16:51:34 +0000
committermarkus <markus@openbsd.org>2012-09-14 16:51:34 +0000
commit82ad3c270d38449996f4615658c8f02bfecb4988 (patch)
tree04c94a36c73a5381be7feabf4578bffabbaaa717 /usr.bin/ssh/sshconnect.c
parentCheck limits before allocating the session. (diff)
downloadwireguard-openbsd-82ad3c270d38449996f4615658c8f02bfecb4988.tar.xz
wireguard-openbsd-82ad3c270d38449996f4615658c8f02bfecb4988.zip
remove unused variable
Diffstat (limited to 'usr.bin/ssh/sshconnect.c')
-rw-r--r--usr.bin/ssh/sshconnect.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/ssh/sshconnect.c b/usr.bin/ssh/sshconnect.c
index 40609979a92..79a7e305313 100644
--- a/usr.bin/ssh/sshconnect.c
+++ b/usr.bin/ssh/sshconnect.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.c,v 1.235 2012/08/17 01:30:00 djm Exp $ */
+/* $OpenBSD: sshconnect.c,v 1.236 2012/09/14 16:51:34 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -422,8 +422,6 @@ ssh_connect(const char *host, struct sockaddr_storage * hostaddr,
static void
send_client_banner(int connection_out, int minor1)
{
- char buf[256];
-
/* Send our own protocol version identification. */
if (compat20) {
xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n",