- markus@cvs.openbsd.org 2012/09/14 16:51:34
[sshconnect.c] remove unused variable
This commit is contained in:
parent
bb6cc07cf4
commit
26b9e3b0c5
|
@ -3,6 +3,9 @@
|
||||||
- dtucker@cvs.openbsd.org 2012/09/13 23:37:36
|
- dtucker@cvs.openbsd.org 2012/09/13 23:37:36
|
||||||
[servconf.c]
|
[servconf.c]
|
||||||
Fix comment line length
|
Fix comment line length
|
||||||
|
- markus@cvs.openbsd.org 2012/09/14 16:51:34
|
||||||
|
[sshconnect.c]
|
||||||
|
remove unused variable
|
||||||
|
|
||||||
20120907
|
20120907
|
||||||
- (dtucker) OpenBSD CVS Sync
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
|
|
@ -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>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
|
||||||
|
@ -432,8 +432,6 @@ ssh_connect(const char *host, struct sockaddr_storage * hostaddr,
|
||||||
static void
|
static void
|
||||||
send_client_banner(int connection_out, int minor1)
|
send_client_banner(int connection_out, int minor1)
|
||||||
{
|
{
|
||||||
char buf[256];
|
|
||||||
|
|
||||||
/* Send our own protocol version identification. */
|
/* Send our own protocol version identification. */
|
||||||
if (compat20) {
|
if (compat20) {
|
||||||
xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n",
|
xasprintf(&client_version_string, "SSH-%d.%d-%.100s\r\n",
|
||||||
|
|
Loading…
Reference in New Issue