diff options
author | Darren Tucker <dtucker@zip.com.au> | 2010-11-05 03:07:24 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2010-11-05 03:07:24 +0100 |
commit | 7a8afe3186bd2007da3a2fce4276e5b96ed877f6 (patch) | |
tree | 5664b7ee8cb685f51f4af5084a7b9f8ea299d411 /session.c | |
parent | - (dtucker) [platform.c session.c] Move the PAM credential establishment for (diff) | |
download | openssh-7a8afe3186bd2007da3a2fce4276e5b96ed877f6.tar.xz openssh-7a8afe3186bd2007da3a2fce4276e5b96ed877f6.zip |
- (dtucker) platform.c session.c] Move the USE_LIBIAF fragment into
platform.c
Diffstat (limited to '')
-rw-r--r-- | session.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1516,11 +1516,6 @@ do_setusercontext(struct passwd *pw) # ifdef _AIX aix_usrinfo(pw); # endif /* _AIX */ -# ifdef USE_LIBIAF - if (set_id(pw->pw_name) != 0) { - exit(1); - } -# endif /* USE_LIBIAF */ #endif platform_setusercontext_post_groups(pw); |