summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authormouring <mouring>2003-03-21 01:18:09 +0000
committermouring <mouring>2003-03-21 01:18:09 +0000
commit2fd7a5f43c99cb606b1ef7dd3cfa4ba45b0c0108 (patch)
treebc87706b91e286cae1b29ee0b3b55018cec17264 /session.c
parent91b86bc876e9a751bfa6470957025d0a4eba6e77 (diff)
downloadopenssh-2fd7a5f43c99cb606b1ef7dd3cfa4ba45b0c0108.tar.gz
- (bal) Disable Privsep for Tru64 after pre-authentication due to issues
with SIA. Also, clean up of tru64 support patch by Chris Adams <cmadams@hiwaay.net>
Diffstat (limited to 'session.c')
-rw-r--r--session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.c b/session.c
index ce9db27e..c75fea96 100644
--- a/session.c
+++ b/session.c
@@ -1321,7 +1321,7 @@ do_child(Session *s, const char *command)
*/
if (!options.use_login) {
#ifdef HAVE_OSF_SIA
- session_setup_sia(pw->pw_name, s->ttyfd == -1 ? NULL : s->tty);
+ session_setup_sia(pw, s->ttyfd == -1 ? NULL : s->tty);
if (!check_quietlogin(s, command))
do_motd();
#else /* HAVE_OSF_SIA */