summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-10-10 15:07:44 +1000
committerDamien Miller <djm@mindrot.org>2001-10-10 15:07:44 +1000
commit139d4cd9087bb3eaf751406016bc2223d7d0d7b1 (patch)
tree618f354b6eaa84a7a39d4a407f129adfb1711e7a /ssh.c
parent7ea6f204b67039e09c79dfb3049a88806e5d1ea3 (diff)
- markus@cvs.openbsd.org 2001/10/09 10:12:08
[session.c] chdir $HOME after krb_afslog(); from bbense@networking.stanford.edu
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index f0903c5bc..a19b06b21 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.146 2001/10/01 21:38:53 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.147 2001/10/08 19:05:05 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -681,7 +681,7 @@ again:
681 681
682 /* Open a connection to the remote host. */ 682 /* Open a connection to the remote host. */
683 683
684 cerr = ssh_connect(host, &hostaddr, options.port, 684 cerr = ssh_connect(host, &hostaddr, options.port, IPv4or6,
685 options.connection_attempts, 685 options.connection_attempts,
686 original_effective_uid != 0 || !options.use_privileged_port, 686 original_effective_uid != 0 || !options.use_privileged_port,
687 pw, options.proxy_command); 687 pw, options.proxy_command);