diff options
author | Damien Miller <djm@mindrot.org> | 2001-10-10 07:07:44 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-10-10 07:07:44 +0200 |
commit | 139d4cd9087bb3eaf751406016bc2223d7d0d7b1 (patch) | |
tree | 618f354b6eaa84a7a39d4a407f129adfb1711e7a /sshconnect.h | |
parent | - markus@cvs.openbsd.org 2001/10/08 16:15:47 (diff) | |
download | openssh-139d4cd9087bb3eaf751406016bc2223d7d0d7b1.tar.xz openssh-139d4cd9087bb3eaf751406016bc2223d7d0d7b1.zip |
- 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 'sshconnect.h')
-rw-r--r-- | sshconnect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect.h b/sshconnect.h index 27ed2b745..b475adde0 100644 --- a/sshconnect.h +++ b/sshconnect.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sshconnect.h,v 1.12 2001/06/26 17:27:25 markus Exp $ */ +/* $OpenBSD: sshconnect.h,v 1.13 2001/10/08 19:05:05 markus Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -27,7 +27,7 @@ #define SSHCONNECT_H int -ssh_connect(const char *, struct sockaddr_storage *, u_short, int, +ssh_connect(const char *, struct sockaddr_storage *, u_short, int, int, int, struct passwd *, const char *); void |