diff options
author | Damien Miller <djm@mindrot.org> | 2013-10-15 03:14:49 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-10-15 03:14:49 +0200 |
commit | 386feab0c4736b054585ee8ee372865d5cde8d69 (patch) | |
tree | 7ff9c9b2d5ed5cda196b533666449b6da4181369 /ssh.c | |
parent | - djm@cvs.openbsd.org 2013/10/14 23:28:23 (diff) | |
download | openssh-386feab0c4736b054585ee8ee372865d5cde8d69.tar.xz openssh-386feab0c4736b054585ee8ee372865d5cde8d69.zip |
- djm@cvs.openbsd.org 2013/10/14 23:31:01
[ssh.c]
whitespace at EOL; pointed out by markus@
Diffstat (limited to 'ssh.c')
-rw-r--r-- | ssh.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $OpenBSD: ssh.c,v 1.383 2013/10/14 23:28:23 djm Exp $ */ +/* $OpenBSD: ssh.c,v 1.384 2013/10/14 23:31:01 djm Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -807,7 +807,7 @@ main(int ac, char **av) /* Open a connection to the remote host. */ if (ssh_connect(host, &hostaddr, options.port, options.address_family, options.connection_attempts, &timeout_ms, - options.tcp_keep_alive, + options.tcp_keep_alive, #ifdef HAVE_CYGWIN options.use_privileged_port, #else @@ -1079,7 +1079,7 @@ ssh_init_stdio_forwarding(void) if (stdio_forward_host == NULL) return; - if (!compat20) + if (!compat20) fatal("stdio forwarding require Protocol 2"); debug3("%s: %s:%d", __func__, stdio_forward_host, stdio_forward_port); @@ -1251,7 +1251,7 @@ ssh_session(void) char *proto, *data; /* Get reasonable local authentication information. */ client_x11_get_proto(display, options.xauth_location, - options.forward_x11_trusted, + options.forward_x11_trusted, options.forward_x11_timeout, &proto, &data); /* Request forwarding with authentication spoofing. */ |