diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-04 03:08:40 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-07-04 03:08:40 +0000 |
commit | 51b2488aad8b5387a8107e90b2f97dbe27ca850a (patch) | |
tree | 27193a6af2c6171e85f0b25362ec95b8cb8a7037 /session.c | |
parent | ee3a8e4abc63a525cb137bb9a233feabed184c8f (diff) |
- (bal) Clean up aix_usrinfo(). Ignore TTY= period I guess.
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1209,8 +1209,7 @@ do_setusercontext(struct passwd *pw) irix_setusercontext(pw); # endif /* defined(WITH_IRIX_PROJECT) || defined(WITH_IRIX_JOBS) || defined(WITH_IRIX_ARRAY) */ # ifdef _AIX - /* XXX: Disable tty setting. Enabled if required later */ - aix_usrinfo(pw, &tty, -1); + aix_usrinfo(pw); # endif /* _AIX */ /* Permanently switch to the desired uid. */ permanently_set_uid(pw); |