diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2003-03-21 01:18:09 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2003-03-21 01:18:09 +0000 |
commit | c8c548d24883eaff20ea1665022ee92bd0632e29 (patch) | |
tree | ae926d0d3ef2d1c08f34c5b5f919451d0d29e7fa /session.c | |
parent | a5a2648b81c9347c241c37e6cba78f1df47e9320 (diff) |
- (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |